From ad257079568746d71d913c6fca96852da6fe3bd6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Jan 2016 10:04:02 +0200 Subject: Reorganize .cli files, add man/xhtml page generation (via script for now) --- bpkg/configuration.cli | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bpkg/configuration.cli (limited to 'bpkg/configuration.cli') diff --git a/bpkg/configuration.cli b/bpkg/configuration.cli new file mode 100644 index 0000000..5b174b9 --- /dev/null +++ b/bpkg/configuration.cli @@ -0,0 +1,22 @@ +// file : bpkg/configuration.cli +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +include ; + +"\name=configuration" // Not a man page. + +namespace bpkg +{ + // Common options for commands that operate on a configuration. + // + class configuration_options: common_options + { + dir_path --directory|-d (".") + { + "", + "Assume configuration is in rather than in the current working + directory." + } + }; +} -- cgit v1.1