Method: Jets::Thor::Help::ClassMethods#help
- Defined in:
- lib/jets/thor/help.rb
#help(shell, subcommand = false) ⇒ Object
override main help menu
67 68 69 70 71 72 73 |
# File 'lib/jets/thor/help.rb', line 67 def help(shell, subcommand = false) if subcommand help_subcommand(shell, subcommand) else help_main(shell, subcommand) end end |