From e035fbaf5e5ae862191dc3d9eb047ac0abba6dbb Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 11 May 2018 14:41:12 +0300 Subject: Add support for recursive pkg-test --- bpkg/pkg-command.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bpkg/pkg-command.hxx') diff --git a/bpkg/pkg-command.hxx b/bpkg/pkg-command.hxx index 329360d..ea07b09 100644 --- a/bpkg/pkg-command.hxx +++ b/bpkg/pkg-command.hxx @@ -18,10 +18,15 @@ namespace bpkg // If cmd_variant is not empty, then the -for- is performed // instead. // + // The command can also be performed recursively for all or immediate + // dependencies of the specified packages. + // int pkg_command (const string& cmd, // Without the 'pkg-' prefix. const configuration_options&, const string& cmd_variant, + bool recursive, + bool immediate, cli::scanner& args); struct pkg_command_vars -- cgit v1.1