Class: Angus::ServerCommand

Inherits:
Thor::Group
  • Object
show all
Defined in:
lib/angus/commands/server_command.rb

Instance Method Summary collapse

Instance Method Details

#serverObject



4
5
6
# File 'lib/angus/commands/server_command.rb', line 4

def server
  command_processor.run('rackup', verbose: false)
end