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-uninstall.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-uninstall.hxx') diff --git a/bpkg/pkg-uninstall.hxx b/bpkg/pkg-uninstall.hxx index 30bd52d..6079143 100644 --- a/bpkg/pkg-uninstall.hxx +++ b/bpkg/pkg-uninstall.hxx @@ -15,7 +15,7 @@ namespace bpkg { inline int - pkg_uninstall (const pkg_uninstall_options& o, cli::scanner& args) + pkg_uninstall (const pkg_uninstall_options& o, cli::group_scanner& args) { return pkg_command ("uninstall", o, "" /* cmd_variant */, -- cgit v1.1