Skip to content

Commit

Permalink
doc: desc. --with-error-on-multi-load in INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Aug 17, 2023
1 parent 2716119 commit 24bc793
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,20 @@ instance :instopt:`--without-modulepath<--with-modulepath>`):

.. versionadded:: 4.8

.. instopt:: --with-error-on-multi-load=VALUE

When loading multiple modulefiles, if one fails ``continue`` evaluation of
remaining modulefiles or ``abort`` and withdraw already loaded modulefiles.
(default=\ ``continue``)

This installation option defines the default value of the
:mconfig:`error_on_multi_load` configuration option which could be changed
after installation with the :subcmd:`config` sub-command.

.. only:: html

.. versionadded:: 5.4

.. instopt:: --with-fishcompletiondir=DIR

Directory for Fish completion scripts. When this option is not set Fish
Expand Down Expand Up @@ -1340,6 +1354,9 @@ installation.
| :mconfig:`editor` | ``vi`` | :instopt:`--with-editor`, | | |
| | | :envvar:`MODULES_EDITOR` | | |
+-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+
| :mconfig:`error_on_multi_load` | ``continue`` | :instopt:`--with-error-on-multi-load`, | | |
| | | :envvar:`MODULES_ERROR_ON_MULTI_LOAD` | | |
+-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+
| :mconfig:`extra_siteconfig` | *Unset by default* | :envvar:`MODULES_SITECONFIG` | | |
+-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+
| :mconfig:`home` | |file prefix| | :instopt:`--prefix`, | | |
Expand Down

0 comments on commit 24bc793

Please sign in to comment.