Method: Clio::Commandable#execute_command
- Defined in:
- lib/clio/commandable.rb
#execute_command(argv = ARGV) ⇒ Object
Used to invoke the command.
48 49 50 |
# File 'lib/clio/commandable.rb', line 48 def execute_command(argv=ARGV) Commandable.run(self, argv) end |