mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add heroku feature commands
This commit is contained in:
parent
9d43dc88bb
commit
c3d3c637ab
1 changed files with 4 additions and 1 deletions
|
|
@ -31,6 +31,10 @@ _1st_arguments=(
|
||||||
"domains\:add":"add a custom domain to an app"
|
"domains\:add":"add a custom domain to an app"
|
||||||
"domains\:remove":"remove a custom domain from an app"
|
"domains\:remove":"remove a custom domain from an app"
|
||||||
"domains\:clear":"remove all custom domains 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"
|
"help":"list available commands or display help for a specific command"
|
||||||
"keys":"display keys for the current user"
|
"keys":"display keys for the current user"
|
||||||
"keys\:add":"add a key for the current user"
|
"keys\:add":"add a key for the current user"
|
||||||
|
|
@ -145,4 +149,3 @@ _arguments \
|
||||||
'(--remote)--remote[the remote name]' \
|
'(--remote)--remote[the remote name]' \
|
||||||
'(--help)--help[help about the current command]' \
|
'(--help)--help[help about the current command]' \
|
||||||
&& return 0
|
&& return 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue