aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-10-21 17:17:09 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2021-10-25 11:48:00 +0300
commit7cbea6d908fddc48357a88d6edf30451c7d2b487 (patch)
treec300cb13a84bb29c98873f737cda98b832d7757f /bpkg/buildfile
parentb3e3a692da419cbf7a87f6b2953bf03d1647d7ac (diff)
Add --progress common option
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile6
1 files changed, 5 insertions, 1 deletions
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.