Method: Clamp::Subcommand::Execution#execute
- Defined in:
- lib/clamp/subcommand/execution.rb
#execute ⇒ Object
override default Command behaviour
15 16 17 18 19 |
# File 'lib/clamp/subcommand/execution.rb', line 15 def execute # delegate to subcommand subcommand = instantiate_subcommand(subcommand_name) subcommand.run(subcommand_arguments) end |