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