# File lib/clamp/subcommand/execution.rb, line 8 def execute # delegate to subcommand subcommand = instatiate_subcommand(subcommand_name) subcommand.run(subcommand_arguments) end