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/cfg-create.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bpkg/cfg-create.hxx') diff --git a/bpkg/cfg-create.hxx b/bpkg/cfg-create.hxx index 888335c..ca5522c 100644 --- a/bpkg/cfg-create.hxx +++ b/bpkg/cfg-create.hxx @@ -14,6 +14,15 @@ namespace bpkg { int cfg_create (const cfg_create_options&, cli::scanner& args); + + default_options_files + options_files (const char* cmd, + const cfg_create_options&, + const strings& args); + + cfg_create_options + merge_options (const default_options&, + const cfg_create_options&); } #endif // BPKG_CFG_CREATE_HXX -- cgit v1.1