[bash completion] add missing `install-latest-npm`; remove undocumented `clear-cache`

Peter Dave Hello 2017-06-23 14:21:10 +08:00 committed by Jordan Harband
parent d073bc96c7
commit b5034bb2b2
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
1 changed files with 2 additions and 1 deletions

View File

@ -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