From d268ff193e240751485bb6ff01268d45c21548ed Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 30 Oct 2019 14:19:56 +0300 Subject: Document default options files for remaining commands --- bdep/config.cli | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'bdep/config.cli') diff --git a/bdep/config.cli b/bdep/config.cli index 818f600..5481bae 100644 --- a/bdep/config.cli +++ b/bdep/config.cli @@ -164,4 +164,29 @@ namespace bdep { "\h|CONFIG OPTIONS|" }; + + + " + \h|DEFAULT OPTIONS FILES| + + See \l{bdep-default-options-files(1)} for an overview of the default + options files. For the \cb{config} command the search start directory is + the project directory. The following options files are searched for in + each directory and, if found, loaded in the order listed: + + \ + bdep.options + bdep-config.options + bdep-config-add.options # if the create subcommand + bdep-config-.options # (subcommand-dependent) + \ + + The following \cb{config} command options cannot be specified in the + default options files: + + \ + --directory|-d + --wipe + \ + " } -- cgit v1.1