Module: Boson::Runner::ScientistExtension
- Defined in:
- lib/boson/runner.rb
Instance Method Summary collapse
-
#run_help_option(cmd) ⇒ Object
Overrides Scientist’ default help.
Instance Method Details
#run_help_option(cmd) ⇒ Object
Overrides Scientist’ default help
78 79 80 |
# File 'lib/boson/runner.rb', line 78 def run_help_option(cmd) Boson::Runner.current.display_command_help(cmd) end |