From e035fbaf5e5ae862191dc3d9eb047ac0abba6dbb Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 11 May 2018 14:41:12 +0300 Subject: Add support for recursive pkg-test --- bpkg/pkg-uninstall.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-uninstall.hxx') diff --git a/bpkg/pkg-uninstall.hxx b/bpkg/pkg-uninstall.hxx index 10122f4..c4359af 100644 --- a/bpkg/pkg-uninstall.hxx +++ b/bpkg/pkg-uninstall.hxx @@ -17,7 +17,11 @@ namespace bpkg inline int pkg_uninstall (const pkg_uninstall_options& o, cli::scanner& args) { - return pkg_command ("uninstall", o, "", args); + return pkg_command ("uninstall", o, + "" /* cmd_variant */, + false /* recursive */, + false /* immediate */, + args); } } -- cgit v1.1