aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cxx
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.cxx
parent9721773b915adf0bf7fcfb2bf8550787588e0aa2 (diff)
Implement deinit command
Diffstat (limited to 'bdep/bdep.cxx')
-rw-r--r--bdep/bdep.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bdep/bdep.cxx b/bdep/bdep.cxx
index b382776..c9d3234 100644
--- a/bdep/bdep.cxx
+++ b/bdep/bdep.cxx
@@ -27,6 +27,7 @@
#include <bdep/sync.hxx>
#include <bdep/fetch.hxx>
#include <bdep/status.hxx>
+#include <bdep/deinit.hxx>
#include <bdep/config.hxx>
#include <bdep/test.hxx>
#include <bdep/update.hxx>
@@ -264,6 +265,7 @@ try
COMMAND_IMPL (sync, sync, "sync");
COMMAND_IMPL (fetch, fetch, "fetch");
COMMAND_IMPL (status, status, "status");
+ COMMAND_IMPL (deinit, deinit, "deinit");
COMMAND_IMPL (config, config, "config");
COMMAND_IMPL (test, test, "test");
COMMAND_IMPL (update, update, "update");