Class: Carb::CLI::InstallCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/carb/cli.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



32
33
34
# File 'lib/carb/cli.rb', line 32

def execute
  Carb::Controller.assemble(type, target, force?)
end