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