From 5b2f02086f9295cf16e19cb3b7e5369b313bb422 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 12 Nov 2020 14:21:26 +0300 Subject: Add --all-pattern option to pkg-{update,clean,test,install,uninstall} commands --- bpkg/pkg-test.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'bpkg/pkg-test.hxx') diff --git a/bpkg/pkg-test.hxx b/bpkg/pkg-test.hxx index c9ec339..0cadabe 100644 --- a/bpkg/pkg-test.hxx +++ b/bpkg/pkg-test.hxx @@ -21,6 +21,7 @@ namespace bpkg o.recursive (), o.immediate (), o.all (), + o.all_pattern (), o.package_cwd (), args); } -- cgit v1.1