aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-add
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-09 11:32:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-09 11:32:50 +0200
commitcbd8296c7b86f7fc368d1133da3be3670b7923be (patch)
tree1f8c10aeaf0e19a7d198b06800c2e2a72e760499 /bpkg/cfg-add
parent82a8cf379ee19dbc66c62bfe78b436d4ab6b497a (diff)
Clean up command names, add aliases
Diffstat (limited to 'bpkg/cfg-add')
-rw-r--r--bpkg/cfg-add17
1 files changed, 17 insertions, 0 deletions
diff --git a/bpkg/cfg-add b/bpkg/cfg-add
new file mode 100644
index 0000000..9f8ddeb
--- /dev/null
+++ b/bpkg/cfg-add
@@ -0,0 +1,17 @@
+// file : bpkg/cfg-add -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BPKG_CFG_ADD
+#define BPKG_CFG_ADD
+
+#include <bpkg/types>
+#include <bpkg/cfg-add-options>
+
+namespace bpkg
+{
+ int
+ cfg_add (const cfg_add_options&, cli::scanner& args);
+}
+
+#endif // BPKG_CFG_ADD