From 7cbea6d908fddc48357a88d6edf30451c7d2b487 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Oct 2021 17:17:09 +0200 Subject: Add --progress common option --- bpkg/buildfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bpkg/buildfile') diff --git a/bpkg/buildfile b/bpkg/buildfile index 3ae522d..1173977 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -183,7 +183,11 @@ if $cli.configured --page-usage 'bpkg::print_$name$_' --ansi-color --include-base-last \ --option-length 24 - cli.cxx{common-options}: cli.options += --short-usage --long-usage # Both. + # Both --*-usage options. + # + cli.cxx{common-options}: cli.options += --short-usage --long-usage \ +--generate-modifier + cli.cxx{bpkg-options}: cli.options += --short-usage --suppress-undocumented cli.options += --long-usage # All other pages -- long usage. -- cgit v1.1