doc: fix missing ref to cmd shell support

This commit is contained in:
Xavier Delaruelle
2022-08-06 08:03:25 +02:00
parent def676b6d2
commit 108caec3ad
5 changed files with 9 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ to supplement or replace the shared modulefiles.
Modules can be loaded and unloaded dynamically and atomically, in an clean
fashion. All popular shells are supported, including bash, ksh, zsh, sh,
csh, tcsh, fish, as well as some scripting languages such as tcl, perl,
csh, tcsh, fish, cmd, as well as some scripting languages such as tcl, perl,
python, ruby, cmake and r.
Modules are useful in managing different versions of applications. Modules

View File

@@ -282,6 +282,8 @@ On version 4 and for *sh*, *bash*, *ksh*, *zsh* and *fish* shells, text output,
Starting version ``4.5``, a new alias or function called :command:`ml` may be defined at initialization time, to provide a handy frontend to the :command:`module` command.
Starting version ``4.5``, support for Windows *cmd* shell is introduced.
Modulecmd startup
"""""""""""""""""

View File

@@ -22,7 +22,7 @@ replace the shared modulefiles.
Modules can be **loaded** and **unloaded** dynamically and atomically,
in an clean fashion. All popular shells are supported, including *bash*,
*ksh*, *zsh*, *sh*, *csh*, *tcsh*, *fish*, as well as some scripting
*ksh*, *zsh*, *sh*, *csh*, *tcsh*, *fish*, *cmd*, as well as some scripting
languages such as *tcl*, *perl*, *python*, *ruby*, *cmake* and *r*.
Modules are useful in managing different versions of applications. Modules

View File

@@ -70,7 +70,7 @@ program and has the shell evaluate the command's output. The first argument to
The initialization scripts are kept in |file initdir_shell| where
*<shell>* is the name of the sourcing shell. For example, a C Shell user
sources the |file initdir_csh| script. The sh, csh, tcsh, bash, ksh,
zsh and fish shells are supported by :file:`modulecmd.tcl`. In addition,
zsh, fish and cmd shells are supported by :file:`modulecmd.tcl`. In addition,
python, perl, ruby, tcl, cmake, r and lisp "shells" are supported which
writes the environment changes to stdout as python, perl, ruby, tcl, lisp,
r or cmake code.

View File

@@ -660,8 +660,8 @@ the *modulefile* is being loaded.
If a *shellname* is given, returns ``1`` if :file:`modulecmd.tcl`'s current
shell is *shellname*, returns ``0`` otherwise. *shellname* can be: ``sh``,
``bash``, ``ksh``, ``zsh``, ``csh``, ``tcsh``, ``fish``, ``tcl``, ``perl``,
``python``, ``ruby``, ``lisp``, ``cmake``, ``r``.
``bash``, ``ksh``, ``zsh``, ``csh``, ``tcsh``, ``fish``, ``cmd``, ``tcl``,
``perl``, ``python``, ``ruby``, ``lisp``, ``cmake``, ``r``.
**module-info shelltype** [shelltypename]
@@ -673,8 +673,8 @@ the *modulefile* is being loaded.
If a *shelltypename* is given, returns ``1`` if :file:`modulecmd.tcl`'s
current shell type is *shelltypename*, returns ``0`` otherwise.
*shelltypename* can be: ``sh``, ``csh``, ``fish``, ``tcl``, ``perl``,
``python``, ``ruby``, ``lisp``, ``cmake``, ``r``.
*shelltypename* can be: ``sh``, ``csh``, ``fish``, ``cmd``, ``tcl``,
``perl``, ``python``, ``ruby``, ``lisp``, ``cmake``, ``r``.
**module-info specified**