Class: Wocker::Cli::PortCommand

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

Instance Method Summary collapse

Instance Method Details

#executeObject



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

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