Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
help(shell)
public
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