module Rodish::Plugins::HelpOrder::DSLMethods

  1. lib/rodish/plugins/help_order.rb

Methods

Public Instance

  1. help_order

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