Class: Webcommand::CLI
- Inherits:
-
Thor
- Object
- Thor
- Webcommand::CLI
- Defined in:
- lib/webcommand/cli.rb
Instance Method Summary collapse
Instance Method Details
#server ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/webcommand/cli.rb', line 8 def server exec "puma " \ "-p #{[:port]} " \ "-t #{[:threads]}:#{[:threads]} " \ "-w #{[:workers]} " \ "#{Webcommand.root_path.join('config.ru')}" end |