Module: Rodish::Plugins::HelpOrder::CommandMethods
- Defined in:
- lib/rodish/plugins/help_order.rb
Instance Attribute Summary collapse
-
#help_order ⇒ Object
writeonly
The order of sections in returned help.
Instance Attribute Details
#help_order=(value) ⇒ Object
The order of sections in returned help. If not set for the command, uses the default order
37 38 39 |
# File 'lib/rodish/plugins/help_order.rb', line 37 def help_order=(value) @help_order = value end |