aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-19 12:41:32 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-04-19 19:39:55 +0300
commitf02e85435d2b2bebc1fad6ef4b65227011fdcc0a (patch)
tree3b90370712da72d830cf2e05953913768c9363ae /bpkg/buildfile
parentc1374092cb68d0beb51394ae7a11d5c857835c67 (diff)
Switch to CLI-generated group_scanner
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
index f25e08e..4c4c715 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -113,8 +113,9 @@ if $cli.configured
cli.options += -I $src_root --include-with-brackets --include-prefix bpkg \
--guard-prefix BPKG --cxx-prologue "#include <bpkg/types-parsers.hxx>" \
--cli-namespace bpkg::cli --generate-vector-scanner --generate-file-scanner \
---generate-specifier --generate-parse --page-usage 'bpkg::print_$name$_' \
---ansi-color --include-base-last --option-length 23
+--generate-group-scanner --keep-separator --generate-specifier \
+--generate-parse --page-usage 'bpkg::print_$name$_' --ansi-color \
+--include-base-last --option-length 23
cli.cxx{common-options}: cli.options += --short-usage --long-usage # Both.
cli.cxx{bpkg-options}: cli.options += --short-usage --suppress-undocumented