aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-12 11:17:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-12 11:17:21 +0200
commit5dcbecfd8b83f516c067780214f06321f03d1cce (patch)
tree20dcd6d7c602c4fcc7432f46336086156c929067 /bdep/bdep.cxx
parent4d181c3aad97f8ee224666ce5c757036c5f610d5 (diff)
Initial sync implementation
Diffstat (limited to 'bdep/bdep.cxx')
-rw-r--r--bdep/bdep.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bdep/bdep.cxx b/bdep/bdep.cxx
index 77dcd71..39f08ad 100644
--- a/bdep/bdep.cxx
+++ b/bdep/bdep.cxx
@@ -24,6 +24,7 @@
#include <bdep/config.hxx>
#include <bdep/init.hxx>
+#include <bdep/sync.hxx>
using namespace std;
using namespace bdep;
@@ -264,8 +265,9 @@ try
}
//COMMAND_IMPL (new_, new, "new");
- COMMAND_IMPL (init, init, "init");
COMMAND_IMPL (config, config, "config");
+ COMMAND_IMPL (init, init, "init");
+ COMMAND_IMPL (sync, sync, "sync");
assert (false);
fail << "unhandled command";