From 07fdebdbb02fde71d6e656ddd46b967347417502 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Jul 2018 09:48:07 +0200 Subject: Implement publish command for publishing packages to archive repositories --- bdep/publish.hxx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bdep/publish.hxx (limited to 'bdep/publish.hxx') 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 +#include + +#include + +namespace bdep +{ + int + cmd_publish (const cmd_publish_options&, cli::scanner& args); +} + +#endif // BDEP_PUBLISH_HXX -- cgit v1.1