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/init.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bdep/init.hxx') diff --git a/bdep/init.hxx b/bdep/init.hxx index 059f736..8569f91 100644 --- a/bdep/init.hxx +++ b/bdep/init.hxx @@ -39,6 +39,15 @@ namespace bdep int cmd_init (const cmd_init_options&, cli::group_scanner& args); + + default_options_files + options_files (const char* cmd, + const cmd_init_options&, + const strings& args); + + cmd_init_options + merge_options (const default_options&, + const cmd_init_options&); } #endif // BDEP_INIT_HXX -- cgit v1.1