Skip to content

Commit

Permalink
Separate values for bundle help
Browse files Browse the repository at this point in the history
  • Loading branch information
graywh committed May 20, 2013
1 parent 9cbd2b6 commit a59f5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_bundle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ case $state in
args)
case $line[1] in
help)
_values 'commands' 'install update package exec config check list show console open viz init gem help' && ret=0
_values 'commands' 'install' 'update' 'package' 'exec' 'config' 'check' 'list' 'show' 'console' 'open' 'viz' 'init' 'gem' 'help' 'platform' 'outdated' && ret=0
;;
install)
_arguments \
Expand Down

0 comments on commit a59f5c3

Please sign in to comment.