Class: StackMob::CLI::Main

Inherits:
Thor
  • Object
show all
Includes:
LocalServer
Defined in:
lib/stackmob/cli/main.rb

Constant Summary

Constants included from LocalServer

LocalServer::DEFAULT_PORT

Instance Method Summary collapse

Methods included from LocalServer

#start_local_server

Instance Method Details

#serverObject



27
28
29
# File 'lib/stackmob/cli/main.rb', line 27

def server
  start_local_server(options[:port], options[:path])
end