From 94c3574492b6db6ae8d5fbef717f8e6f92f1d402 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Sep 2015 17:09:57 +0200 Subject: Command line options/commands/help infrastructure --- bpkg/rep-create-options.cli | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bpkg/rep-create-options.cli (limited to 'bpkg/rep-create-options.cli') diff --git a/bpkg/rep-create-options.cli b/bpkg/rep-create-options.cli new file mode 100644 index 0000000..143efe4 --- /dev/null +++ b/bpkg/rep-create-options.cli @@ -0,0 +1,23 @@ +// file : bpkg/rep-create-options.cli +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +include ; + +namespace bpkg +{ + class rep_create_options: common_options + { + /* + "Create repository manifest file (\cb{packages}) based on the + packages present in the repository directory." + */ + + std::string --directory | -d + { + "", + "Use as the repository root directory instead of the + current working directory." + }; + }; +} -- cgit v1.1