aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-10-13 11:57:07 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-10-13 11:57:07 +0300
commitf11e0849d09aeb3926d160d794b4b8106051e5c6 (patch)
tree74db5618bf2078f07c111372bc8e16f9e57c9824 /bdep/config.hxx
parente8ce49e5fda4432147aa86cf65c4c2479e52ee32 (diff)
Fix sync command to pass configuration arguments to bpkg during automatic configuration creation
Diffstat (limited to 'bdep/config.hxx')
-rw-r--r--bdep/config.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bdep/config.hxx b/bdep/config.hxx
index b2f820c..3c66b72 100644
--- a/bdep/config.hxx
+++ b/bdep/config.hxx
@@ -89,7 +89,8 @@ namespace bdep
const string& type,
bool default_ = true,
bool forward = true,
- bool auto_sync = true);
+ bool auto_sync = true,
+ const strings& args = {});
void
cmd_config_link (const common_options&,