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-uninstall.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'bpkg/pkg-uninstall.hxx') diff --git a/bpkg/pkg-uninstall.hxx b/bpkg/pkg-uninstall.hxx index 9e4d6a8..ab45918 100644 --- a/bpkg/pkg-uninstall.hxx +++ b/bpkg/pkg-uninstall.hxx @@ -21,6 +21,7 @@ namespace bpkg "" /* cmd_variant */, o.recursive (), o.immediate (), + o.all (), args); } } -- cgit v1.1