mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Add heroku features
command to completion (#5667)
This commit is contained in:
parent
c6de77ca99
commit
e66bf038c7
1 changed files with 5 additions and 2 deletions
|
@ -31,6 +31,10 @@ _1st_arguments=(
|
|||
"domains\:add":"add a custom domain to an app"
|
||||
"domains\:remove":"remove a custom domain from an app"
|
||||
"domains\:clear":"remove all custom domains from an app"
|
||||
"features":"list available app features"
|
||||
"features\:disable":"disables a feature"
|
||||
"features\:enable":"enables an feature"
|
||||
"features\:info":"displays additional information about feature"
|
||||
"help":"list available commands or display help for a specific command"
|
||||
"keys":"display keys for the current user"
|
||||
"keys\:add":"add a key for the current user"
|
||||
|
@ -144,5 +148,4 @@ _arguments \
|
|||
'(--app)--app[the app name]' \
|
||||
'(--remote)--remote[the remote name]' \
|
||||
'(--help)--help[help about the current command]' \
|
||||
&& return 0
|
||||
|
||||
&& return 0
|
||||
|
|
Loading…
Reference in a new issue