aboutsummaryrefslogtreecommitdiff
path: root/bdep/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-13 12:51:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-13 12:52:23 +0200
commit40632ed4dc0a51149ab034cebed6227db21c9dab (patch)
tree2f5654ff888ff7b1db8b4a374d4112b19d5f34fc /bdep/buildfile
parent9721773b915adf0bf7fcfb2bf8550787588e0aa2 (diff)
Implement deinit command
Diffstat (limited to 'bdep/buildfile')
-rw-r--r--bdep/buildfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bdep/buildfile b/bdep/buildfile
index 54ba5e4..efb747f 100644
--- a/bdep/buildfile
+++ b/bdep/buildfile
@@ -27,6 +27,7 @@ init-options \
sync-options \
fetch-options \
status-options \
+deinit-options \
config-options \
test-options \
update-options \
@@ -69,6 +70,7 @@ if $cli.configured
cli.cxx{sync-options}: cli{sync}
cli.cxx{fetch-options}: cli{fetch}
cli.cxx{status-options}: cli{status}
+ cli.cxx{deinit-options}: cli{deinit}
cli.cxx{config-options}: cli{config}
cli.cxx{test-options}: cli{test}
cli.cxx{update-options}: cli{update}