mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Add 'remote' argument to heroku
Also add the shorter -a switch to the app argument
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user