diff options
author | Robby Russell <robby@planetargon.com> | 2017-02-27 09:02:16 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2017-02-27 09:02:16 -0800 |
commit | b908feebcfb0ca8a9a80360d177e716c24c317d6 (patch) | |
tree | 966fd789c3bcdf804d6d242a3becf81afc343eaa /plugins/heroku | |
parent | e609fd5a9f7f7c9a16945ca9c0748b6de99f6635 (diff) | |
parent | d874c73f19d8430f4dc32756fff0bf2f6a804d87 (diff) | |
download | zsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.tar.gz zsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.tar.bz2 zsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.zip |
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/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 |