mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +08:00
doc: desc. non_exportable_tags config in man/changes/INSTALL
Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
This commit is contained in:
@@ -1749,6 +1749,8 @@ installation.
|
||||
| :mconfig:`nearly_forbidden_days` | ``14`` | :instopt:`--with-nearly-forbidden-days`, | | |
|
||||
| | | :envvar:`MODULES_NEARLY_FORBIDDEN_DAYS` | | |
|
||||
+-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+
|
||||
| :mconfig:`non_exportable_tags` | *Empty by default* | :envvar:`MODULES_NON_EXPORTABLE_TAGS` | | |
|
||||
+-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+
|
||||
| :mconfig:`pager` | ``less -eFKRX`` | :instopt:`--with-pager`, | | |
|
||||
| | | :instopt:`--with-pager-opts`, | | |
|
||||
| | | :envvar:`MODULES_PAGER`, | | |
|
||||
|
||||
@@ -1287,7 +1287,8 @@ The following Modules configuration option has been introduced on Modules 5.
|
||||
| 5.6 | :mconfig:`spider_output`, :mconfig:`spider_terse_output`, |
|
||||
| | :mconfig:`spider_indepth`, :mconfig:`require_via` |
|
||||
+------------+-----------------------------------------------------------------+
|
||||
| 5.7 | :mconfig:`path_entry_reorder`, :mconfig:`paginate` |
|
||||
| 5.7 | :mconfig:`path_entry_reorder`, :mconfig:`paginate`, |
|
||||
| | :mconfig:`non_exportable_tags` |
|
||||
+------------+-----------------------------------------------------------------+
|
||||
|
||||
:mconfig:`auto_handling`
|
||||
|
||||
@@ -1369,6 +1369,21 @@ Module Sub-Commands
|
||||
|
||||
.. versionadded:: 4.6
|
||||
|
||||
.. mconfig:: non_exportable_tags
|
||||
|
||||
Prevent export of listed tags to modules once loaded. (colon ``:``
|
||||
separator)
|
||||
|
||||
This configuration option is set to an empty value by default. The
|
||||
:envvar:`MODULES_NON_EXPORTABLE_TAGS` environment variable is defined by
|
||||
:subcmd:`config` sub-command when changing this configuration option from
|
||||
its default value. See :envvar:`MODULES_NON_EXPORTABLE_TAGS` description for
|
||||
details.
|
||||
|
||||
.. only:: html or latex
|
||||
|
||||
.. versionadded:: 5.7
|
||||
|
||||
.. mconfig:: pager
|
||||
|
||||
Text viewer to paginate message output.
|
||||
@@ -1415,7 +1430,7 @@ Module Sub-Commands
|
||||
|
||||
.. mconfig:: protected_envvars
|
||||
|
||||
Prevents any modification of listed environment variables (colon `:`
|
||||
Prevents any modification of listed environment variables (colon ``:``
|
||||
separator).
|
||||
|
||||
This configuration option is unset by default. The
|
||||
|
||||
Reference in New Issue
Block a user