From edab35e216bc3839915129e54f98160428634283 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 12 Aug 2019 14:56:03 +0300 Subject: Add support for default options files --- bdep/config.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bdep/config.hxx') diff --git a/bdep/config.hxx b/bdep/config.hxx index 0954850..ac830c4 100644 --- a/bdep/config.hxx +++ b/bdep/config.hxx @@ -49,6 +49,15 @@ namespace bdep const char* what, optional& name, optional& id); + + default_options_files + options_files (const char* cmd, + const cmd_config_options&, + const strings& args); + + cmd_config_options + merge_options (const default_options&, + const cmd_config_options&); } #endif // BDEP_CONFIG_HXX -- cgit v1.1