Class: CC::CLI::Engines::EngineCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/cc/cli/engines/engine_command.rb

Direct Known Subclasses

Install, List

Constant Summary

Constants inherited from Command

Command::CODECLIMATE_YAML, Command::NAMESPACE

Instance Method Summary collapse

Methods inherited from Command

[], abstract!, abstract?, all, command_name, #execute, help, inherited, #initialize, #run, short_help, synopsis

Methods included from Output

#colorize, #fatal, #rainbow, #say, #success, #terminal, #warn

Constructor Details

This class inherits a constructor from CC::CLI::Command

Instance Method Details

#engine_registryObject



9
10
11
# File 'lib/cc/cli/engines/engine_command.rb', line 9

def engine_registry
  @engine_registry ||= EngineRegistry.new
end