aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-info.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-14 14:36:44 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-16 14:53:54 +0300
commited437dbd3483baa3d15d1d86d8f057d9112653b1 (patch)
treecbf3974e8b1774ccccd818442cf042e501190b09 /bpkg/rep-info.hxx
parent80ee886ca0bd3e41434621a056125c92f31b1aea (diff)
Add support for default options files
Diffstat (limited to 'bpkg/rep-info.hxx')
-rw-r--r--bpkg/rep-info.hxx9
1 files changed, 9 insertions, 0 deletions
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<rep_info_options>&,
+ const rep_info_options&);
}
#endif // BPKG_REP_INFO_HXX