Added outdated command to bundler completions

This commit is contained in:
Poapfel 2012-11-10 21:05:09 +01:00
parent b15dbf4cd5
commit 09ced5f209
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ case $state in
"init[Generate a simple Gemfile, placed in the current directory]" \ "init[Generate a simple Gemfile, placed in the current directory]" \
"gem[Create a simple gem, suitable for development with bundler]" \ "gem[Create a simple gem, suitable for development with bundler]" \
"help[Describe available tasks or one specific task]" \ "help[Describe available tasks or one specific task]" \
"platform[Displays platform compatibility information]" "platform[Displays platform compatibility information]" \
"outdated[Show all of the outdated gems in the current bundle]"
ret=0 ret=0
;; ;;
args) args)