1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-22 05:40:08 +00:00

Add the heroku --remote switch

This remote selects the app based on your current repo remotes
For example heroku logs --remote staging
More info at https://devcenter.heroku.com/articles/using-the-cli
This commit is contained in:
Paulo Luis Franchini Casaretto 2012-10-17 14:00:18 -03:00
parent c2ae9e09ca
commit c2cbd31b3c

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