Add 'remote' argument to heroku
Also add the shorter -a switch to the app argument
This commit is contained in:
parent
19e8985f8e
commit
4ed5855317
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue