From f02e85435d2b2bebc1fad6ef4b65227011fdcc0a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 19 Mar 2018 12:41:32 +0200 Subject: Switch to CLI-generated group_scanner --- bpkg/buildfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bpkg/buildfile') 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 " \ --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 -- cgit v1.1