From cae11509203061e894e6310c35ea50ae818af3a7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Sep 2015 06:59:28 +0200 Subject: Implement pkg-update command --- bpkg/utility | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bpkg/utility') 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. // -- cgit v1.1