diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-12-25 08:01:49 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-12-25 08:01:49 -0700 |
commit | 0ebfa3a504a0a4de40154432918c5f8acb33bdae (patch) | |
tree | 3f75aab75e1e031ebb74ea77501a0b2303203049 /plugins/heroku/_heroku | |
parent | 8f5c00c3374af83a45f541ac0c7d81f6b6219c5d (diff) | |
parent | 97c03841691021f916c46b2fd2d089d7970400aa (diff) | |
download | zsh-0ebfa3a504a0a4de40154432918c5f8acb33bdae.tar.gz zsh-0ebfa3a504a0a4de40154432918c5f8acb33bdae.tar.bz2 zsh-0ebfa3a504a0a4de40154432918c5f8acb33bdae.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/heroku/_heroku')
-rw-r--r-- | plugins/heroku/_heroku | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/heroku/_heroku b/plugins/heroku/_heroku index fd72e530e..878d3ce1b 100644 --- a/plugins/heroku/_heroku +++ b/plugins/heroku/_heroku @@ -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 |