Module: Morpheus::Cli::CliCommand::ClassMethods
- Defined in:
- lib/morpheus/cli/cli_command.rb
Instance Method Summary collapse
Instance Method Details
#cli_command_name(cmd_name) ⇒ Object
99 100 101 |
# File 'lib/morpheus/cli/cli_command.rb', line 99 def cli_command_name(cmd_name) Morpheus::Cli::CliRegistry.add(self, cmd_name) end |