From cc7216e60cd6893974e687599682c5e6233e9b69 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Mar 2018 14:29:43 +0200 Subject: Initial implementation of new command --- bdep/utility.hxx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bdep/utility.hxx') diff --git a/bdep/utility.hxx b/bdep/utility.hxx index d8a4983..f3e2c73 100644 --- a/bdep/utility.hxx +++ b/bdep/utility.hxx @@ -88,6 +88,16 @@ namespace bdep void rm (const path&, uint16_t verbosity = 3); + // Run a process. + // + template + process + start (I&& in, O&& out, E&& err, const P& prog, A&&... args); + + template + void + run (const P& prog, A&&... args); + // Run the bpkg process. // class common_options; -- cgit v1.1