aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-13 10:34:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-13 10:34:57 +0200
commit6be9c7746f92aa721782a4d0eaff5f901fc528cd (patch)
treead072fd130d3bb64acee0be183698daa328e8966 /bdep/bdep.cli
parent5dcbecfd8b83f516c067780214f06321f03d1cce (diff)
Setup command line infrastructure for new command
Diffstat (limited to 'bdep/bdep.cli')
-rw-r--r--bdep/bdep.cli9
1 files changed, 7 insertions, 2 deletions
diff --git a/bdep/bdep.cli b/bdep/bdep.cli
index 172eb48..12992d9 100644
--- a/bdep/bdep.cli
+++ b/bdep/bdep.cli
@@ -59,9 +59,9 @@ namespace bdep
""
}
- bool config
+ bool new
{
- "\l{bdep-config(1)} \- manage project's build configurations"
+ "\l{bdep-new(1)} \- create and initialize new project"
}
bool init
@@ -73,6 +73,11 @@ namespace bdep
{
"\l{bdep-sync(1)} \- synchronize project and configurations"
}
+
+ bool config
+ {
+ "\l{bdep-config(1)} \- manage project's build configurations"
+ }
};
// Make sure these don't conflict with command names above.