Add 'remote' argument to heroku

Also add the shorter -a switch to the app argument
This commit is contained in:
Paulo L F Casaretto 2013-03-12 23:23:40 -03:00
parent 19e8985f8e
commit 4ed5855317
1 changed files with 2 additions and 1 deletions

View File

@ -162,7 +162,8 @@ case "$words[1]" in
_arguments \
$_command_args \
'(--app)--app[the app name]' \
'(-a|--app)'{-a,--app}'[the app name]' \
'(-r|--remote)'{-r,--remote}'[the git remote name]' \
&& return 0
# Local Variables: