aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/config.hxx')
-rw-r--r--bdep/config.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/bdep/config.hxx b/bdep/config.hxx
index 9134bee..b2f820c 100644
--- a/bdep/config.hxx
+++ b/bdep/config.hxx
@@ -47,7 +47,10 @@ namespace bdep
cmd_config_add_print (diag_record&,
const dir_path& prj,
const dir_path&,
- const optional<string>& name);
+ const optional<string>& name,
+ bool default_ = true,
+ bool forward = true,
+ bool auto_sync = true);
shared_ptr<configuration>
cmd_config_create (const common_options&,
@@ -83,7 +86,10 @@ namespace bdep
const dir_path& prj,
const dir_path&,
const optional<string>& name,
- const string& type);
+ const string& type,
+ bool default_ = true,
+ bool forward = true,
+ bool auto_sync = true);
void
cmd_config_link (const common_options&,