aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-15 15:24:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-15 15:24:48 +0200
commit4f6abb0576e810b37d56ad3cafc67fac84682ec2 (patch)
treea8dbf336cea736b99a7ece1cb1e32b985e9f7934 /bdep/project.cli
parentb44b4088f48a27bff88f8f010b8cd42303cbdad0 (diff)
Implement status command
Diffstat (limited to 'bdep/project.cli')
-rw-r--r--bdep/project.cli14
1 files changed, 7 insertions, 7 deletions
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
- {
- "<dir>",
- "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
"<dir>",
"Specify the build configuration as a directory."
}
+
+ dir_paths --directory|-d
+ {
+ "<dir>",
+ "Assume project/package is in the specified directory rather than in the
+ current working directory."
+ }
};
}