mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
Modernize, harmonize and simplify example modulefiles: * Follow coding convention defined for the project * Use simple "#%Module" file signature, no "1.0" suffix needed * Same help message format for all modulefiles * Improve Tcl code of "module-info" modulefile * Fix "module-info" help message which is reported twice in help mode * Report additional information in "module-info" like new commands or uname command.
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
#%Module
|
|
|
|
proc ModulesHelp {} {
|
|
puts stderr { null - does absolutely nothing. It is simply meant as a place}
|
|
puts stderr { holder in your dot file initialization.}
|
|
puts stderr {}
|
|
}
|
|
|
|
module-whatis {does absolutely nothing}
|