Module: Benry::ActionRunner::ApplicationHelpBuilderModule
- Defined in:
- lib/benry/actionrunner.rb
Instance Method Summary collapse
Instance Method Details
#section_options(*args, **kwargs) ⇒ Object
90 91 92 93 94 95 96 |
# File 'lib/benry/actionrunner.rb', line 90 def (*args, **kwargs) #; [!xsfzi] adds '--<name>=<value>' to help message. arr = ["--<name>=<value>", "set a global variable (value can be in JSON format)"] s = super s += (@config.format_option % arr) + "\n" return s end |