From 40632ed4dc0a51149ab034cebed6227db21c9dab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 May 2018 12:51:21 +0200 Subject: Implement deinit command --- bdep/bdep.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bdep/bdep.cxx') 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 #include #include +#include #include #include #include @@ -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"); -- cgit v1.1