Skip to content

Commit

Permalink
Add heroku features command to completion (ohmyzsh#5667)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepcosmos authored and spiliopoulos committed May 19, 2020
1 parent 5c370b9 commit ea896fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugins/heroku/_heroku
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

0 comments on commit ea896fa

Please sign in to comment.