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/new.hxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bdep/new.hxx') diff --git a/bdep/new.hxx b/bdep/new.hxx index c86b6ba..2513798 100644 --- a/bdep/new.hxx +++ b/bdep/new.hxx @@ -14,6 +14,13 @@ namespace bdep { int cmd_new (cmd_new_options&&, cli::group_scanner& args); + + default_options_files + options_files (const char* cmd, const cmd_new_options&, const strings& args); + + cmd_new_options + merge_options (const default_options&, + const cmd_new_options&); } #endif // BDEP_NEW_HXX -- cgit v1.1