From 4f6abb0576e810b37d56ad3cafc67fac84682ec2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Mar 2018 15:24:48 +0200 Subject: Implement status 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 c51285e..05fcc47 100644 --- a/bdep/bdep.cxx +++ b/bdep/bdep.cxx @@ -26,6 +26,7 @@ #include #include #include +#include #include using namespace std; @@ -270,6 +271,7 @@ try COMMAND_IMPL (init, init, "init"); COMMAND_IMPL (sync, sync, "sync"); COMMAND_IMPL (fetch, fetch, "fetch"); + COMMAND_IMPL (status, status, "status"); COMMAND_IMPL (config, config, "config"); assert (false); -- cgit v1.1