mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
[bash completion] add missing install-latest-npm
; remove undocumented clear-cache
This commit is contained in:
parent
d073bc96c7
commit
b5034bb2b2
@ -25,7 +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
|
||||||
cache clear-cache deactivate unload
|
install-latest-npm
|
||||||
|
cache deactivate unload
|
||||||
version version-remote which'
|
version version-remote which'
|
||||||
|
|
||||||
if [ ${#COMP_WORDS[@]} == 4 ]; then
|
if [ ${#COMP_WORDS[@]} == 4 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user