Browse Source

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

Peter Dave Hello 8 years ago committed by Jordan Harband
parent
commit
b5034bb2b2
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
  1. 3
      bash_completion

3
bash_completion

@ -25,7 +25,8 @@ __nvm_commands () @@ -25,7 +25,8 @@ __nvm_commands ()
help install uninstall use run exec
alias unalias reinstall-packages
current list ls list-remote ls-remote
cache clear-cache deactivate unload
install-latest-npm
cache deactivate unload
version version-remote which'
if [ ${#COMP_WORDS[@]} == 4 ]; then

Loading…
Cancel
Save