aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-13 10:34:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-13 10:34:57 +0200
commit6be9c7746f92aa721782a4d0eaff5f901fc528cd (patch)
treead072fd130d3bb64acee0be183698daa328e8966 /bdep/new.hxx
parent5dcbecfd8b83f516c067780214f06321f03d1cce (diff)
Setup command line infrastructure for new command
Diffstat (limited to 'bdep/new.hxx')
-rw-r--r--bdep/new.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/bdep/new.hxx b/bdep/new.hxx
new file mode 100644
index 0000000..a9afbe8
--- /dev/null
+++ b/bdep/new.hxx
@@ -0,0 +1,19 @@
+// file : bdep/new.hxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BDEP_NEW_HXX
+#define BDEP_NEW_HXX
+
+#include <bdep/types.hxx>
+#include <bdep/utility.hxx>
+
+#include <bdep/new-options.hxx>
+
+namespace bdep
+{
+ int
+ cmd_new (const cmd_new_options&, cli::scanner& args);
+}
+
+#endif // BDEP_NEW_HXX