mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
Like for 'is-loaded', register 'module-info loaded' modulefile Tcl command as a module sub-command to make it reachable from the command line. Sub-command is named 'info-loaded' for sake of efficiency (not 'module-info-loaded'). Add the new command to the existing shell completion scripts (bash, tcsh fish, zsh). Document new command in the module.1 man page. Check 'info-loaded' command argument error in 071-args tests of 00-init suite. Test 'module info-loaded' cannot be called from a modulefile with 151-module-onlytop in 50-cmds suite. Add 156-info-loaded tests in 70-maint suite to validate new sub-command. Acknowledgment: this development has been made and funded within the framework of the PRACE Fifth Implementation Phase (PRACE-5IP) project (http://www.prace-ri.eu/). PRACE-5IP receives funding from the EU's Horizon 2020 research and innovation programme (2014-2020) under grant agreement no. 730913. Closes #3