-
Notifications
You must be signed in to change notification settings - Fork 110
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 tcsh shell for ml
command
#416
Comments
As discussed on the ML, I'll propose a first version of completion for "ml" command. |
Hello Xavier, Sorry to come back only now. I have downloaded from GitHub the "main" branch and created locally a branch to implement some simple completion on "ml" command. But I can't push on GitHub. Here is the message I get:
Could you help me on this ? What is the standard procedure to push my local branch on Githib ? |
More news: I hage generated my own Personal Access Token and now I get this message: remote: Permission to cea-hpc/modules.git denied to Laurent-Besson. Do you have any clue on what is going on ? |
Hello Laurent, You cannot push directly to the cea-hpc/modules repository. Instead you need to:
GitHub has some tutorials to help you performing these steps:
|
Add simple completion (loaded modules, avail modules) to "ml" command for tcsh shell. Fixes envmodules#416
When Modules is initialized on tcsh shell both
module
andml
commands are defined. Shell completion is provided formodule
command but it is currently missing for theml
command.To add tcsh shell completion for
ml
command, theinit/tcsh_completion.in
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: