Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add completion on zsh shell for ml command #418

Open
xdelaruelle opened this issue Sep 26, 2021 · 0 comments
Open

add completion on zsh shell for ml command #418

xdelaruelle opened this issue Sep 26, 2021 · 0 comments

Comments

@xdelaruelle
Copy link
Member

When Modules is initialized on zsh 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 zsh shell completion for ml command, a init/zsh-functions/_ml.in file has to be created.

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. Also the zsh completion for module command in init/zsh-functions/_module.in could also help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant