lib/teaspoon/command_line.rb in teaspoon-1.1.1 vs lib/teaspoon/command_line.rb in teaspoon-1.1.2
- old
+ new
@@ -54,9 +54,12 @@
opt :server, "--server SERVER",
"Sets server to use with Rack.",
" e.g. webrick, thin"
+ opt :server_host, "--server-host HOST",
+ "Sets the server to use a specific host."
+
opt :server_port, "--server-port PORT",
"Sets the server to use a specific port."
opt :server_timeout, "--server-timeout SECONDS",
"Sets the timeout that the server must start within."