From f11e0849d09aeb3926d160d794b4b8106051e5c6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 13 Oct 2021 11:57:07 +0300 Subject: Fix sync command to pass configuration arguments to bpkg during automatic configuration creation --- bdep/config.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bdep/config.hxx') 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&, -- cgit v1.1