From 3908754edadb9afbe0f977788cc34456cbdffc5a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 May 2018 13:20:32 +0200 Subject: Add support for --all|-a to pkg-{update,clean,test,install,uninstall} --- bpkg/pkg-command.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-command.hxx') diff --git a/bpkg/pkg-command.hxx b/bpkg/pkg-command.hxx index ea07b09..3f29c56 100644 --- a/bpkg/pkg-command.hxx +++ b/bpkg/pkg-command.hxx @@ -19,7 +19,7 @@ namespace bpkg // instead. // // The command can also be performed recursively for all or immediate - // dependencies of the specified packages. + // dependencies of the specified or all the held packages. // int pkg_command (const string& cmd, // Without the 'pkg-' prefix. @@ -27,6 +27,7 @@ namespace bpkg const string& cmd_variant, bool recursive, bool immediate, + bool all, cli::scanner& args); struct pkg_command_vars -- cgit v1.1