Skip to content

Commit

Permalink
updated list of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedeboer committed Oct 17, 2012
1 parent 3766bff commit c4a13dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ __nvm_commands ()
current_word="${COMP_WORDS[COMP_CWORD]}"

COMMANDS='\
help install uninstall use\
run ls list deactivate alias\
unalias copy-packages clear-cache version'
help install uninstall use run\
ls ls-remote list list-remote deactivate\
alias unalias copy-packages clear-cache version'

if [ ${#COMP_WORDS[@]} == 4 ]; then

Expand Down

0 comments on commit c4a13dd

Please sign in to comment.