aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility')
-rw-r--r--bpkg/utility5
1 files changed, 5 insertions, 0 deletions
diff --git a/bpkg/utility b/bpkg/utility
index d1aebb1..ffe5b94 100644
--- a/bpkg/utility
+++ b/bpkg/utility
@@ -48,6 +48,11 @@ namespace bpkg
inline void
run (const cstrings& args) {run (args.data ());}
+ // Run build2, mapping verbosity levels.
+ //
+ void
+ run_b (const string& buildspec, const strings& vars = strings ());
+
// Call a function if there is an exception.
//