From 0e4d06919b7c075275b22edfc031f90b7f421e7a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Sep 2015 14:24:15 +0200 Subject: Implement rep-create (create repository) command --- bpkg/rep-create | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bpkg/rep-create (limited to 'bpkg/rep-create') diff --git a/bpkg/rep-create b/bpkg/rep-create new file mode 100644 index 0000000..7ce693e --- /dev/null +++ b/bpkg/rep-create @@ -0,0 +1,17 @@ +// file : bpkg/rep-create -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BPKG_REP_CREATE +#define BPKG_REP_CREATE + +#include +#include + +namespace bpkg +{ + void + rep_create (const rep_create_options&, cli::scanner& args); +} + +#endif // BPKG_REP_CREATE -- cgit v1.1