Public Instance methods
help_order(*sections)
Override the order of help sections for the command.
[show source]
# File lib/rodish/plugins/help_order.rb 29 def help_order(*sections) 30 @command.help_order = sections 31 end