aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help-options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/help-options.cli')
-rw-r--r--bpkg/help-options.cli16
1 files changed, 16 insertions, 0 deletions
diff --git a/bpkg/help-options.cli b/bpkg/help-options.cli
new file mode 100644
index 0000000..4ed03cf
--- /dev/null
+++ b/bpkg/help-options.cli
@@ -0,0 +1,16 @@
+// file : bpkg/help-options.cli
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+include <bpkg/common-options.cli>;
+
+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."
+ */
+ };
+}