aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-18 06:59:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-18 06:59:28 +0200
commitcae11509203061e894e6310c35ea50ae818af3a7 (patch)
treee9d38297725b9d8ef4442366432cdee8f9ccf28c /bpkg/utility
parentb18e54a088e84ed31f320d69b904af3f999adb2b (diff)
Implement pkg-update command
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.
//