aboutsummaryrefslogtreecommitdiff
path: root/bdep/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-10 06:43:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-10 06:43:44 +0200
commite3133aa9628858bcfe414f95731831b5962358c7 (patch)
tree0c892fa9a8b84c664e92f1874327d3faeeaab31a /bdep/buildfile
parent8432e7eede97c2bb324c7b6578eaf9a1a2ae4282 (diff)
Support passing additional arguments to pkg-build in sync, init, new
Diffstat (limited to 'bdep/buildfile')
-rw-r--r--bdep/buildfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/bdep/buildfile b/bdep/buildfile
index 1a4fd60..0fb8e8c 100644
--- a/bdep/buildfile
+++ b/bdep/buildfile
@@ -74,9 +74,9 @@ if $cli.configured
cli.options += -I $src_root --include-with-brackets --include-prefix bdep \
--guard-prefix BDEP --cxx-prologue "#include <bdep/types-parsers.hxx>" \
--cli-namespace bdep::cli --generate-vector-scanner --generate-file-scanner \
---keep-separator --generate-specifier --generate-modifier --generate-parse \
---page-usage 'bdep::print_$name$_' --ansi-color --include-base-last \
---suppress-undocumented --option-length 23
+--generate-group-scanner --keep-separator --generate-specifier --generate-modifier \
+--generate-parse --page-usage 'bdep::print_$name$_' --ansi-color \
+--include-base-last --suppress-undocumented --option-length 23
cli.cxx{common-options}: cli.options += --short-usage --long-usage # Both.
cli.cxx{bdep-options}: cli.options += --short-usage