Method: Jets::Thor::Help::ClassMethods#command_help
- Defined in:
- lib/jets/thor/help.rb
#command_help(shell, command_name) ⇒ Object
Override command_help to include the description at the top of the long_description.
38 39 40 41 42 43 |
# File 'lib/jets/thor/help.rb', line 38 def command_help(shell, command_name) meth = normalize_command_name(command_name) command = all_commands[meth] alter_command_description(command) super end |