You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Modules is initialized on fish 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 fish shell completion for ml command, the init/fish_completion 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.
The text was updated successfully, but these errors were encountered:
When Modules is initialized on fish shell both
module
andml
commands are defined. Shell completion is provided formodule
command but it is currently missing for theml
command.To add fish shell completion for
ml
command, theinit/fish_completion
file has to be updated.Shell completion for the
ml
command is available for bash shell. So looking atinit/bash_completion.in
file may provide some hints on the completion code to achieve.The text was updated successfully, but these errors were encountered: