aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-09 09:48:07 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-27 14:23:07 +0300
commit07fdebdbb02fde71d6e656ddd46b967347417502 (patch)
tree594c2f352499aaac0756e3071a4b7ce2aee0fd34 /bdep/publish.hxx
parent8a87a8bc08f0d692f53a0373da3a0a959de13e52 (diff)
Implement publish command for publishing packages to archive repositories
Diffstat (limited to 'bdep/publish.hxx')
-rw-r--r--bdep/publish.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/bdep/publish.hxx b/bdep/publish.hxx
new file mode 100644
index 0000000..8cc5b94
--- /dev/null
+++ b/bdep/publish.hxx
@@ -0,0 +1,19 @@
+// file : bdep/publish.hxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BDEP_PUBLISH_HXX
+#define BDEP_PUBLISH_HXX
+
+#include <bdep/types.hxx>
+#include <bdep/utility.hxx>
+
+#include <bdep/publish-options.hxx>
+
+namespace bdep
+{
+ int
+ cmd_publish (const cmd_publish_options&, cli::scanner& args);
+}
+
+#endif // BDEP_PUBLISH_HXX