aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-clean.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-12-05 17:19:09 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-12-07 12:59:31 +0300
commite2eb878b13233c3b65bb1cf3848be1a357e269e9 (patch)
treecb498347772452b1dade796fa3af73d4bd6c549f /bpkg/pkg-clean.hxx
parent66e570401e677ddedd7c4ea17ea62ca66fe14579 (diff)
Add --immediate|-i and --recursive|-r options to pkg-{update,clean} commands
Diffstat (limited to 'bpkg/pkg-clean.hxx')
-rw-r--r--bpkg/pkg-clean.hxx4
1 files changed, 2 insertions, 2 deletions
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 */,