aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-10 10:34:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-10 10:34:31 +0200
commit023f1a286b7dfe80eb80a9e6924e492cf6f3f80a (patch)
tree6accbb5ccee95ae5cb7ba9f186b2694c9797b2d9 /bdep/bdep.cli
parente3133aa9628858bcfe414f95731831b5962358c7 (diff)
Implement test, update, and clean commands
Diffstat (limited to 'bdep/bdep.cli')
-rw-r--r--bdep/bdep.cli15
1 files changed, 15 insertions, 0 deletions
diff --git a/bdep/bdep.cli b/bdep/bdep.cli
index 3b3d762..21b3c68 100644
--- a/bdep/bdep.cli
+++ b/bdep/bdep.cli
@@ -413,6 +413,21 @@ namespace bdep
{
"\l{bdep-config(1)} \- manage project's build configurations"
}
+
+ bool test
+ {
+ "\l{bdep-test(1)} \- test project in build configurations"
+ }
+
+ bool update
+ {
+ "\l{bdep-update(1)} \- update project in build configurations"
+ }
+
+ bool clean
+ {
+ "\l{bdep-clean(1)} \- clean project in build configurations"
+ }
};
// Make sure these don't conflict with command names above.