0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Merge pull request #1365 from pcasaretto/add-heroku-remote-switch

Add the heroku --remote switch
This commit is contained in:
Robby Russell 2012-12-01 11:59:21 -08:00
commit 2e55825f9c

View file

@ -154,5 +154,6 @@ case "$words[1]" in
_arguments \ _arguments \
$_command_args \ $_command_args \
'(--app)--app[the app name]' \ '(--app)--app[the app name]' \
'(--remote)--remote[the remote name]' \
&& return 0 && return 0