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-update.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-update.hxx') diff --git a/bpkg/pkg-update.hxx b/bpkg/pkg-update.hxx index 01c5e58..13d6ae9 100644 --- a/bpkg/pkg-update.hxx +++ b/bpkg/pkg-update.hxx @@ -15,7 +15,7 @@ namespace bpkg { inline int - pkg_update (const pkg_update_options& o, cli::scanner& args) + pkg_update (const pkg_update_options& o, cli::group_scanner& args) { return pkg_command ("update", o, -- cgit v1.1