aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.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/bdep.cli
parentb44b4088f48a27bff88f8f010b8cd42303cbdad0 (diff)
Implement status command
Diffstat (limited to 'bdep/bdep.cli')
-rw-r--r--bdep/bdep.cli5
1 files changed, 5 insertions, 0 deletions
diff --git a/bdep/bdep.cli b/bdep/bdep.cli
index ac70b62..69c7ffc 100644
--- a/bdep/bdep.cli
+++ b/bdep/bdep.cli
@@ -79,6 +79,11 @@ namespace bdep
"\l{bdep-fetch(1)} \- fetch list of available project dependencies"
}
+ bool status
+ {
+ "\l{bdep-status(1)} \- print status of project and/or its dependencies"
+ }
+
bool config
{
"\l{bdep-config(1)} \- manage project's build configurations"