help(shell)
Prints help information.
short
When true, shows only usage.
# File lib/bundler/vendor/thor/lib/thor/group.rb, line 29 def help(shell) shell.say "Usage:" shell.say " #{banner}\n" shell.say class_options_help(shell) shell.say desc if desc end