From 7d03940f6816329fa9ae131591717749bc76be5a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 30 Oct 2019 16:56:24 +0300 Subject: Document default options files for commands --- bpkg/cfg-create.cli | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'bpkg/cfg-create.cli') diff --git a/bpkg/cfg-create.cli b/bpkg/cfg-create.cli index 571c614..2bda017 100644 --- a/bpkg/cfg-create.cli +++ b/bpkg/cfg-create.cli @@ -79,4 +79,27 @@ namespace bpkg configuration directory explicitly with \cb{--directory|-d}." } }; + + " + \h|DEFAULT OPTIONS FILES| + + See \l{bpkg-default-options-files(1)} for an overview of the default + options files. For the \cb{cfg-create} command the search start directory + is the parent directory of the new configuration. The following options + files are searched for in each directory and, if found, loaded in the + order listed: + + \ + bpkg.options + bpkg-cfg-create.options + \ + + The following \cb{cfg-create} command options cannot be specified in the + default options files: + + \ + --directory|-d + --wipe + \ + " } -- cgit v1.1