From 4f6abb0576e810b37d56ad3cafc67fac84682ec2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Mar 2018 15:24:48 +0200 Subject: Implement status command --- bdep/project.cli | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bdep/project.cli') diff --git a/bdep/project.cli b/bdep/project.cli index c3f2e29..15faea8 100644 --- a/bdep/project.cli +++ b/bdep/project.cli @@ -31,13 +31,6 @@ namespace bdep // class project_options: configuration_name_options { - dir_paths --directory|-d - { - "", - "Assume project/package is in the specified directory rather than in the - current working directory." - } - bool --all|-a { "Use all build configurations." @@ -48,5 +41,12 @@ namespace bdep "", "Specify the build configuration as a directory." } + + dir_paths --directory|-d + { + "", + "Assume project/package is in the specified directory rather than in the + current working directory." + } }; } -- cgit v1.1