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-update.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'bpkg/pkg-update.hxx') diff --git a/bpkg/pkg-update.hxx b/bpkg/pkg-update.hxx index c2fc982..c2fb5ab 100644 --- a/bpkg/pkg-update.hxx +++ b/bpkg/pkg-update.hxx @@ -22,6 +22,7 @@ namespace bpkg o.for_ (), false /* recursive */, false /* immediate */, + o.all (), args); } -- cgit v1.1