diff options
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r-- | bpkg/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index e01dc92..cc03a28 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -39,7 +39,8 @@ exe{bpkg}: cxx{satisfaction fetch package package-odb manifest-utility \ 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 --long-usage --option-length 22 +--generate-parse --ansi-color --page-usage 'bpkg::print_$name$_' \ +--long-usage --option-length 20 cli.cxx{common-options}: cli{common-options} cli.cxx{common-options}: cli.options += --short-usage |