Class: Wocker::Cli::StartCommand

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

Instance Method Summary collapse

Instance Method Details

#executeObject



6
7
8
# File 'lib/wocker/cli/start_command.rb', line 6

def execute
  Wocker::Vagrant.run "up"
end