Method: Jets::Thor::Help::ClassMethods#help_subcommand
- Defined in:
- lib/jets/thor/help.rb
#help_subcommand(shell, subcommand) ⇒ Object
75 76 77 78 79 |
# File 'lib/jets/thor/help.rb', line 75 def help_subcommand(shell, subcommand) list = command_list(subcommand) shell.say "Commands:\n\n" shell.print_table(list, indent: 2, truncate: true) end |