Class | Thin::Runner |
In: |
lib/thin/runner.rb
|
Parent: | Object |
CLI runner. Parse options and send command to the correct Controller.
COMMANDS | = | %w(start stop restart config) | ||
LINUX_ONLY_COMMANDS | = | %w(install) | ||
CONFIGLESS_COMMANDS | = | %w(config install) | Commands that wont load options from the config file |
arguments | [RW] | Arguments to be passed to the command. |
command | [RW] | Name of the command to be runned. |
options | [RW] | Parsed options |