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-install.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-install.hxx') diff --git a/bpkg/pkg-install.hxx b/bpkg/pkg-install.hxx index f2969e8..99031ea 100644 --- a/bpkg/pkg-install.hxx +++ b/bpkg/pkg-install.hxx @@ -15,7 +15,7 @@ namespace bpkg { inline int - pkg_install (const pkg_install_options& o, cli::scanner& args) + pkg_install (const pkg_install_options& o, cli::group_scanner& args) { return pkg_command ("install", o, -- cgit v1.1