From e59343b3267e82aff33a8f73ab82b51345913c06 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 10 Nov 2018 22:43:09 +0300 Subject: Add support for vars grouping for package commands --- bpkg/pkg-clean.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-clean.hxx') diff --git a/bpkg/pkg-clean.hxx b/bpkg/pkg-clean.hxx index bfea24e..1a930e6 100644 --- a/bpkg/pkg-clean.hxx +++ b/bpkg/pkg-clean.hxx @@ -14,7 +14,7 @@ namespace bpkg { inline int - pkg_clean (const pkg_clean_options& o, cli::scanner& args) + pkg_clean (const pkg_clean_options& o, cli::group_scanner& args) { return pkg_command ("clean", o, -- cgit v1.1