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/help.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bdep/help.hxx') diff --git a/bdep/help.hxx b/bdep/help.hxx index 6f0cac2..ffefbb9 100644 --- a/bdep/help.hxx +++ b/bdep/help.hxx @@ -16,6 +16,12 @@ namespace bdep int help (const help_options&, const string& topic, usage_function* usage); + + default_options_files + options_files (const char* cmd, const help_options&, const strings& args); + + help_options + merge_options (const default_options&, const help_options&); } #endif // BDEP_HELP_HXX -- cgit v1.1