From 2ea3d11ac1d5b6069268709ca0125d2e90377d93 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 May 2018 12:55:03 +0200 Subject: Add support for --immediate|-i and --recursive|-r to pkg-(un)install --- bpkg/pkg-uninstall.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-uninstall.hxx') diff --git a/bpkg/pkg-uninstall.hxx b/bpkg/pkg-uninstall.hxx index c4359af..9e4d6a8 100644 --- a/bpkg/pkg-uninstall.hxx +++ b/bpkg/pkg-uninstall.hxx @@ -19,8 +19,8 @@ namespace bpkg { return pkg_command ("uninstall", o, "" /* cmd_variant */, - false /* recursive */, - false /* immediate */, + o.recursive (), + o.immediate (), args); } } -- cgit v1.1