mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Merge ab16d34012
into 7c2dfda88d
This commit is contained in:
commit
1bf4e8f42e
@ -18,9 +18,9 @@ __nvm_commands ()
|
||||
current_word="${COMP_WORDS[COMP_CWORD]}"
|
||||
|
||||
COMMANDS='\
|
||||
help install uninstall use\
|
||||
run ls ls-remote list deactivate alias\
|
||||
unalias copy-packages clear-cache version'
|
||||
help install uninstall use run\
|
||||
ls ls-remote list list-remote deactivate\
|
||||
alias unalias copy-packages clear-cache version'
|
||||
|
||||
if [ ${#COMP_WORDS[@]} == 4 ]; then
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user