Browse Source

Merge pull request #4146 from perobertson/heroku-help

[heroku] add '--help' as an option to commands
Robby Russell 9 years ago
parent
commit
eb12ec1dc8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/heroku/_heroku

+ 1 - 0
plugins/heroku/_heroku

@@ -143,5 +143,6 @@ _arguments \
   $_command_args \
   '(--app)--app[the app name]' \
   '(--remote)--remote[the remote name]' \
+  '(--help)--help[help about the current command]' \
   &&  return 0