aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility')
-rw-r--r--bpkg/utility7
1 files changed, 5 insertions, 2 deletions
diff --git a/bpkg/utility b/bpkg/utility
index ffe5b94..32ae252 100644
--- a/bpkg/utility
+++ b/bpkg/utility
@@ -48,10 +48,13 @@ namespace bpkg
inline void
run (const cstrings& args) {run (args.data ());}
- // Run build2, mapping verbosity levels.
+ // Run build2, mapping verbosity levels. If quiet is true, then
+ // run build2 quiet if our verbosity level is 1.
//
void
- run_b (const string& buildspec, const strings& vars = strings ());
+ run_b (const string& buildspec,
+ bool quiet = false,
+ const strings& vars = strings ());
// Call a function if there is an exception.
//