mirror of
https://github.com/envmodules/modules.git
synced 2026-06-14 00:42:43 +08:00
doc: desc completiondir install opts in NEWS/INSTALL
This commit is contained in:
31
INSTALL.rst
31
INSTALL.rst
@@ -655,6 +655,16 @@ instance :instopt:`--without-modulepath<--with-modulepath>`):
|
||||
|
||||
.. versionadded:: 4.7
|
||||
|
||||
.. instopt:: --with-bashcompletiondir=DIR
|
||||
|
||||
Directory for Bash completion scripts. When this option is not set Bash
|
||||
completion script for Modules is installed in the initialization script
|
||||
directory and is sourced from Modules Bash initialization script. (default=)
|
||||
|
||||
.. only:: html
|
||||
|
||||
.. versionadded:: 5.1
|
||||
|
||||
.. instopt:: --with-bin-search-path=PATHLIST
|
||||
|
||||
List of paths to look at when searching the location of tools required to
|
||||
@@ -716,6 +726,16 @@ instance :instopt:`--without-modulepath<--with-modulepath>`):
|
||||
|
||||
.. versionadded:: 4.8
|
||||
|
||||
.. instopt:: --with-fishcompletiondir=DIR
|
||||
|
||||
Directory for Fish completion scripts. When this option is not set Fish
|
||||
completion script for Modules is installed in the initialization script
|
||||
directory and is sourced from Modules Fish initialization script. (default=)
|
||||
|
||||
.. only:: html
|
||||
|
||||
.. versionadded:: 5.1
|
||||
|
||||
.. instopt:: --with-icase=VALUE
|
||||
|
||||
Apply a case insensitive match to module specification on :subcmd:`avail`,
|
||||
@@ -986,3 +1006,14 @@ instance :instopt:`--without-modulepath<--with-modulepath>`):
|
||||
.. only:: html
|
||||
|
||||
.. versionadded:: 4.3
|
||||
|
||||
.. instopt:: --with-zshcompletiondir=DIR
|
||||
|
||||
Directory for Zsh completion scripts. When this option is not set Zsh
|
||||
completion script for Modules is installed in the initialization script
|
||||
directory and :envvar:`FPATH` is set in Zsh initialization script to point to
|
||||
this location. (default=)
|
||||
|
||||
.. only:: html
|
||||
|
||||
.. versionadded:: 5.1
|
||||
|
||||
4
NEWS.rst
4
NEWS.rst
@@ -60,6 +60,10 @@ Modules 5.1.0 (not yet released)
|
||||
* Add the ``--set-if-undef`` option to the :mfcmd:`setenv` modulefile command
|
||||
to set environment variable when modulefile is loaded only this variable is
|
||||
not yet defined.
|
||||
* Install: add the :instopt:`--with-bashcompletiondir`,
|
||||
:instopt:`--with-fishcompletiondir` and :instopt:`--with-zshcompletiondir`
|
||||
installation options to install shell completion scripts in their
|
||||
system-wide location. (fix issue #428)
|
||||
|
||||
.. _Code of conduct: https://github.com/cea-hpc/modules/blob/master/CODE_OF_CONDUCT.md
|
||||
|
||||
|
||||
Reference in New Issue
Block a user