aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-10 06:43:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-10 06:43:44 +0200
commite3133aa9628858bcfe414f95731831b5962358c7 (patch)
tree0c892fa9a8b84c664e92f1874327d3faeeaab31a /bdep/new.hxx
parent8432e7eede97c2bb324c7b6578eaf9a1a2ae4282 (diff)
Support passing additional arguments to pkg-build in sync, init, new
Diffstat (limited to 'bdep/new.hxx')
-rw-r--r--bdep/new.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/new.hxx b/bdep/new.hxx
index a9afbe8..536feab 100644
--- a/bdep/new.hxx
+++ b/bdep/new.hxx
@@ -13,7 +13,7 @@
namespace bdep
{
int
- cmd_new (const cmd_new_options&, cli::scanner& args);
+ cmd_new (const cmd_new_options&, cli::group_scanner& args);
}
#endif // BDEP_NEW_HXX