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/help.cli | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bpkg/help.cli (limited to 'bpkg/help.cli') diff --git a/bpkg/help.cli b/bpkg/help.cli new file mode 100644 index 0000000..69e818c --- /dev/null +++ b/bpkg/help.cli @@ -0,0 +1,20 @@ +// file : bpkg/help.cli +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +include ; + +"\section=1" +"\name=bpkg-help" +"\summary=show help for a command or help topic" + +namespace bpkg +{ + class help_options: common_options + { + /* + "Show detailed help for a command or help topic or the list of + available commands and topics if none was specified." + */ + }; +} -- cgit v1.1