Method: Morpheus::Cli::CliRegistry.exec
- Defined in:
- lib/morpheus/cli/cli_registry.rb
.exec(command_name, args) ⇒ Object
todo: move execution out of the CliRegistry
71 72 73 |
# File 'lib/morpheus/cli/cli_registry.rb', line 71 def exec(command_name, args) exec_command(command_name, args) end |