Class: Acs2aws::Cli::RefreshCommand

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

Instance Method Summary collapse

Instance Method Details

#executeObject



10
11
12
13
14
# File 'lib/acs2aws/cli/refresh.rb', line 10

def execute
  srv = Acs2aws::AcsServer.new
  Launchy.open("http://localhost:#{Acs2aws::SERVER_PORT}/")
  srv.instance.run!
end