[New] Add missing commands in bash_completion
parent
450088e51a
commit
6c24346af5
|
@ -25,8 +25,8 @@ __nvm_commands ()
|
||||||
help install uninstall use run exec
|
help install uninstall use run exec
|
||||||
alias unalias reinstall-packages
|
alias unalias reinstall-packages
|
||||||
current list ls list-remote ls-remote
|
current list ls list-remote ls-remote
|
||||||
clear-cache deactivate unload
|
cache clear-cache deactivate unload
|
||||||
version which'
|
version version-remote which'
|
||||||
|
|
||||||
if [ ${#COMP_WORDS[@]} == 4 ]; then
|
if [ ${#COMP_WORDS[@]} == 4 ]; then
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue