aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-15 23:34:56 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-17 18:45:28 +0300
commit064b22135afaf701f7f689ef75136298b9a0d278 (patch)
tree0f09134db6c125eb33e848c79fadcd893b7b25d6 /bdep/config.hxx
parentd2cc9eb93efbb34f5c88d672e04b126b0c422bb3 (diff)
Allow specifying pkg-args in bdep-init -A and -C forms
Diffstat (limited to 'bdep/config.hxx')
-rw-r--r--bdep/config.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/config.hxx b/bdep/config.hxx
index 1b9bc5a..0954850 100644
--- a/bdep/config.hxx
+++ b/bdep/config.hxx
@@ -30,7 +30,7 @@ namespace bdep
const package_locations&,
database&,
dir_path path,
- cli::scanner& args,
+ const strings& args,
optional<string> name,
optional<uint64_t> id = nullopt);