aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-common-options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-10-01 09:13:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-10-01 09:13:37 +0200
commit098460199c35218979e207a1709111e477ab9567 (patch)
tree55765e91a517759bf28672abeda96102f2f511c4 /bpkg/pkg-common-options.cli
parent42bbdd0e7f0d78b622697bf4d4543c1aead22ae8 (diff)
build command genesis, some re-factoring
Diffstat (limited to 'bpkg/pkg-common-options.cli')
-rw-r--r--bpkg/pkg-common-options.cli18
1 files changed, 0 insertions, 18 deletions
diff --git a/bpkg/pkg-common-options.cli b/bpkg/pkg-common-options.cli
deleted file mode 100644
index d7097ff..0000000
--- a/bpkg/pkg-common-options.cli
+++ /dev/null
@@ -1,18 +0,0 @@
-// 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."
- };
- };
-}