From ed437dbd3483baa3d15d1d86d8f057d9112653b1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 14 Aug 2019 14:36:44 +0300 Subject: Add support for default options files --- bpkg/rep-info.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bpkg/rep-info.hxx') diff --git a/bpkg/rep-info.hxx b/bpkg/rep-info.hxx index cb82c0c..4f62a1e 100644 --- a/bpkg/rep-info.hxx +++ b/bpkg/rep-info.hxx @@ -14,6 +14,15 @@ namespace bpkg { int rep_info (const rep_info_options&, cli::scanner& args); + + default_options_files + options_files (const char* cmd, + const rep_info_options&, + const strings& args); + + rep_info_options + merge_options (const default_options&, + const rep_info_options&); } #endif // BPKG_REP_INFO_HXX -- cgit v1.1