From e2eb878b13233c3b65bb1cf3848be1a357e269e9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 5 Dec 2020 17:19:09 +0300 Subject: Add --immediate|-i and --recursive|-r options to pkg-{update,clean} commands --- bpkg/pkg-clean.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-clean.hxx') diff --git a/bpkg/pkg-clean.hxx b/bpkg/pkg-clean.hxx index c7c722c..07dced9 100644 --- a/bpkg/pkg-clean.hxx +++ b/bpkg/pkg-clean.hxx @@ -18,8 +18,8 @@ namespace bpkg return pkg_command ("clean", o, "" /* cmd_variant */, - false /* recursive */, - false /* immediate */, + o.recursive (), + o.immediate (), o.all (), o.all_pattern (), false /* package_cwd */, -- cgit v1.1