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



126
127
128
# File 'lib/morpheus/cli/cli_command.rb', line 126

def cli_command_name(cmd_name)
  Morpheus::Cli::CliRegistry.add(self, cmd_name)
end