When Modules is initialized on tcsh shell both module and ml commands are defined. Shell completion is provided for module command but it is currently missing for the ml command.
To add tcsh shell completion for ml command, the init/tcsh_completion.in file has to be updated.
Shell completion for the ml command is available for bash shell. So looking at init/bash_completion.in file may provide some hints on the completion code to achieve.
When Modules is initialized on tcsh shell both
moduleandmlcommands are defined. Shell completion is provided formodulecommand but it is currently missing for themlcommand.To add tcsh shell completion for
mlcommand, theinit/tcsh_completion.infile has to be updated.Shell completion for the
mlcommand is available for bash shell. So looking atinit/bash_completion.infile may provide some hints on the completion code to achieve.