aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-common-options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-common-options.cli')
-rw-r--r--bpkg/pkg-common-options.cli18
1 files changed, 18 insertions, 0 deletions
diff --git a/bpkg/pkg-common-options.cli b/bpkg/pkg-common-options.cli
new file mode 100644
index 0000000..d7097ff
--- /dev/null
+++ b/bpkg/pkg-common-options.cli
@@ -0,0 +1,18 @@
+// file : bpkg/pkg-common-options.cli
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+include <bpkg/common-options.cli>;
+
+namespace bpkg
+{
+ class pkg_common_options: common_options
+ {
+ dir_path --directory|-d (".")
+ {
+ "<dir>",
+ "Assume configuration is in <dir> rather than in the current working
+ directory."
+ };
+ };
+}