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-options.cli | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 bpkg/configuration-options.cli (limited to 'bpkg/configuration-options.cli') diff --git a/bpkg/configuration-options.cli b/bpkg/configuration-options.cli deleted file mode 100644 index b9c6dbc..0000000 --- a/bpkg/configuration-options.cli +++ /dev/null @@ -1,22 +0,0 @@ -// file : bpkg/configuration-options.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