Class: LumiaServer::CLI::Start

Inherits:
Command
  • Object
show all
Defined in:
lib/lumia-server/command/start.rb

Instance Attribute Summary

Attributes inherited from Command

#args, #options

Instance Method Summary collapse

Methods inherited from Command

#initialize

Constructor Details

This class inherits a constructor from LumiaServer::CLI::Command

Instance Method Details

#runObject



5
6
7
# File 'lib/lumia-server/command/start.rb', line 5

def run
  Exec.new(['start'], @options).run
end