Module: Rodish::Plugins::HelpOrder::DSLMethods

Defined in:
lib/rodish/plugins/help_order.rb

Instance Method Summary collapse

Instance Method Details

#help_order(*sections) ⇒ Object

Override the order of help sections for the command.



29
30
31
# File 'lib/rodish/plugins/help_order.rb', line 29

def help_order(*sections)
  @command.help_order = sections
end