aboutsummaryrefslogtreecommitdiff
path: root/bdep/buildfile
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/buildfile
parentb44b4088f48a27bff88f8f010b8cd42303cbdad0 (diff)
Implement status command
Diffstat (limited to 'bdep/buildfile')
-rw-r--r--bdep/buildfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bdep/buildfile b/bdep/buildfile
index 3bda74b..75f5320 100644
--- a/bdep/buildfile
+++ b/bdep/buildfile
@@ -23,6 +23,7 @@ new-options \
init-options \
sync-options \
fetch-options \
+status-options \
config-options
exe{bdep}: {hxx ixx txx cxx}{** -{$options_topics} -*-odb -version} \
@@ -58,9 +59,9 @@ if $cli.configured
cli.cxx{init-options}: cli{init}
cli.cxx{sync-options}: cli{sync}
cli.cxx{fetch-options}: cli{fetch}
+ cli.cxx{status-options}: cli{status}
cli.cxx{config-options}: cli{config}
-
# Option length must be the same to get commands/topics/options aligned.
#
cli.options += -I $src_root --include-with-brackets --include-prefix bdep \