aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-test.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-11-12 14:21:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-11-12 17:02:58 +0300
commit5b2f02086f9295cf16e19cb3b7e5369b313bb422 (patch)
treed53b87ffbb7eadfa258f9d9891363306110d6f98 /bpkg/pkg-test.hxx
parente87d381eab6233f9493e7e0e96b3a5a6944cedce (diff)
Add --all-pattern option to pkg-{update,clean,test,install,uninstall} commands
Diffstat (limited to 'bpkg/pkg-test.hxx')
-rw-r--r--bpkg/pkg-test.hxx1
1 files changed, 1 insertions, 0 deletions
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);
}