aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-12 13:39:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-12 13:39:14 +0200
commit2c58968b94f348911372e8afb47626d33825757b (patch)
tree0116d87bc8f829c17f6e9644d2cf8534e67568c8 /bpkg/buildfile
parent4d606849c74a2effc05a595368d2d0b48acf880e (diff)
Add support for mixing command line options and arguments
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
index 4effcaf..50a68e6 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -101,11 +101,11 @@ if! $cli.loaded
# Option length must be the same to get commands/topics/options aligned.
#
-cli.options += -I $src_root --include-with-brackets --include-prefix bpkg \
---guard-prefix BPKG --cxx-prologue "#include <bpkg/types-parsers>" \
---cli-namespace bpkg::cli --generate-file-scanner --generate-specifier \
---generate-parse --ansi-color --page-usage 'bpkg::print_$name$_' \
---include-base-last --option-length 23
+cli.options += -I $src_root --include-with-brackets --include-prefix bpkg \
+--guard-prefix BPKG --cxx-prologue "#include <bpkg/types-parsers>" \
+--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
cli.cxx{common-options}: cli.options += --short-usage --long-usage # Both.
cli.cxx{bpkg-options}: cli.options += --short-usage --suppress-undocumented