aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/project.cli')
-rw-r--r--bdep/project.cli12
1 files changed, 9 insertions, 3 deletions
diff --git a/bdep/project.cli b/bdep/project.cli
index f080917..cbf33a3 100644
--- a/bdep/project.cli
+++ b/bdep/project.cli
@@ -13,16 +13,22 @@ namespace bdep
//
class project_options: common_options
{
+ bool --all|-a
+ {
+ "Use all build configurations."
+ }
+
dir_paths --config|-c
{
"<dir>",
"Specify the build configuration to use as a directory."
}
- bool --all|-a
+ vector<uint64_t> --config-id
{
- "Use all build configurations."
- }
+ "<num>",
+ "Specify the build configuration to use as an id."
+ };
// Storage for configuration names specified as @<cfg-name>.
//