mirror of https://github.com/ohmyzsh/ohmyzsh.git
Merge pull request #4146 from perobertson/heroku-help
[heroku] add '--help' as an option to commandspull/4156/head
commit
eb12ec1dc8
|
@ -143,5 +143,6 @@ _arguments \
|
||||||
$_command_args \
|
$_command_args \
|
||||||
'(--app)--app[the app name]' \
|
'(--app)--app[the app name]' \
|
||||||
'(--remote)--remote[the remote name]' \
|
'(--remote)--remote[the remote name]' \
|
||||||
|
'(--help)--help[help about the current command]' \
|
||||||
&& return 0
|
&& return 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue