aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-clean.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-clean.hxx')
-rw-r--r--bpkg/pkg-clean.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/bpkg/pkg-clean.hxx b/bpkg/pkg-clean.hxx
index f046060..e6dfcbe 100644
--- a/bpkg/pkg-clean.hxx
+++ b/bpkg/pkg-clean.hxx
@@ -1,5 +1,4 @@
// file : bpkg/pkg-clean.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BPKG_PKG_CLEAN_HXX
@@ -19,10 +18,12 @@ 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 */,
+ true /* allow_host_type */,
args);
}
}