aboutsummaryrefslogtreecommitdiff
path: root/bdep/init.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/init.hxx
parent8432e7eede97c2bb324c7b6578eaf9a1a2ae4282 (diff)
Support passing additional arguments to pkg-build in sync, init, new
Diffstat (limited to 'bdep/init.hxx')
-rw-r--r--bdep/init.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/bdep/init.hxx b/bdep/init.hxx
index 1ac46c1..484b336 100644
--- a/bdep/init.hxx
+++ b/bdep/init.hxx
@@ -33,10 +33,11 @@ namespace bdep
const dir_path& prj,
database&,
const configurations&,
- const package_locations&);
+ const package_locations&,
+ const strings& pkg_args);
int
- cmd_init (const cmd_init_options&, cli::scanner& args);
+ cmd_init (const cmd_init_options&, cli::group_scanner& args);
}
#endif // BDEP_INIT_HXX