From 4ed58553175dd8d4491ba4c7f56b1c2399f41d69 Mon Sep 17 00:00:00 2001 From: Paulo L F Casaretto Date: Tue, 12 Mar 2013 23:23:40 -0300 Subject: [PATCH] Add 'remote' argument to heroku Also add the shorter -a switch to the app argument --- src/_heroku | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_heroku b/src/_heroku index 820cfe1..6794299 100644 --- a/src/_heroku +++ b/src/_heroku @@ -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: