aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cli
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/bdep.cli
parent9721773b915adf0bf7fcfb2bf8550787588e0aa2 (diff)
Implement deinit command
Diffstat (limited to 'bdep/bdep.cli')
-rw-r--r--bdep/bdep.cli12
1 files changed, 12 insertions, 0 deletions
diff --git a/bdep/bdep.cli b/bdep/bdep.cli
index 0d30561..595e9d9 100644
--- a/bdep/bdep.cli
+++ b/bdep/bdep.cli
@@ -247,6 +247,13 @@ namespace bdep
<...>
\
+ To deinitialize a project in one or more build configurations we
+ can use the \l{bdep-deinit(1)} command. For example:
+
+ \
+ $ bdep deinit -a
+ \
+
|
\li|\b{Add, Remove, or Change Dependencies}\n
@@ -426,6 +433,11 @@ namespace bdep
"\l{bdep-status(1)} \- print status of project and/or its dependencies"
}
+ bool deinit
+ {
+ "\l{bdep-deinit(1)} \- deinitialize project in build configurations"
+ }
+
bool config
{
"\l{bdep-config(1)} \- manage project's build configurations"