mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-26 09:33:08 +02:00
modulecmd: add 'find' as alias of sub-cmd 'search'
In the Tcl Environment Module version 4 and newer the sub-cmds 'appropos' and 'keyword' have been replaced by the sub-cmd 'search'. Thsi conflicts with Pmodules 'search' sub-cmd. In the future we might have to rename the 'search' sub-cmd to 'find'.
This commit is contained in:
@@ -2859,6 +2859,9 @@ case ${subcommand} in
|
||||
rm )
|
||||
subcommand='unload'
|
||||
;;
|
||||
find )
|
||||
subcommand='search'
|
||||
;;
|
||||
switch )
|
||||
subcommand='swap'
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user