aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-command.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-17 13:20:32 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-17 16:22:42 +0300
commit3908754edadb9afbe0f977788cc34456cbdffc5a (patch)
treed820f098750b8492dac9fdb5be6d26bea4edb39a /bpkg/pkg-command.hxx
parent2ea3d11ac1d5b6069268709ca0125d2e90377d93 (diff)
Add support for --all|-a to pkg-{update,clean,test,install,uninstall}
Diffstat (limited to 'bpkg/pkg-command.hxx')
-rw-r--r--bpkg/pkg-command.hxx3
1 files changed, 2 insertions, 1 deletions
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