Skip to content

Commit

Permalink
Merge pull request sorin-ionescu#144 from graywh/patch-1
Browse files Browse the repository at this point in the history
Separate values for bundle help
  • Loading branch information
nicoulaj committed May 26, 2013
2 parents a45c276 + a59f5c3 commit f2d0ee6
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 f2d0ee6

Please sign in to comment.