doc: desc. spider_indepth config in man/changes

Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
This commit is contained in:
Xavier Delaruelle
2024-12-27 10:01:19 +01:00
parent b6cc2eccfd
commit 34572fc589
2 changed files with 18 additions and 1 deletions

View File

@@ -1232,7 +1232,8 @@ The following Modules configuration option has been introduced on Modules 5.
| 5.5 | :mconfig:`hide_auto_loaded`, :mconfig:`logger`, |
| | :mconfig:`logged_events`, :mconfig:`conflict_unload` |
+------------+-----------------------------------------------------------------+
| 5.6 | :mconfig:`spider_output`, :mconfig:`spider_terse_output` |
| 5.6 | :mconfig:`spider_output`, :mconfig:`spider_terse_output`, |
| | :mconfig:`spider_indepth` |
+------------+-----------------------------------------------------------------+
:mconfig:`auto_handling`

View File

@@ -1511,6 +1511,22 @@ Module Sub-Commands
.. versionadded:: 5.4
.. mconfig:: spider_indepth
:subcmd:`spider` sub-command in depth search mode.
Default value is ``1``. It can be changed at installation time with
:instopt:`--disable-spider-indepth<--enable-spider-indepth>` option. The
:envvar:`MODULES_SPIDER_INDEPTH` environment variable is defined by
:subcmd:`config` sub-command when changing this configuration option from
its default value. The :option:`--indepth` and :option:`--no-indepth`
command line switches change the value of this configuration option. See
:envvar:`MODULES_SPIDER_INDEPTH` description for details.
.. only:: html
.. versionadded:: 5.6
.. mconfig:: spider_output
Content to report in addition to module names on :subcmd:`spider`