Module | Mongrel::Command::Base |
In: |
lib/mongrel/command.rb
|
done_validating | [R] | |
original_args | [R] | |
valid | [R] |
Called by the subclass to setup the command and parse the argv arguments. The call is destructive on argv since it uses the OptionParser#parse! function.
Called by the implemented command to set the options for that command. Every option has a short and long version, a description, a variable to set, and a default value. No exceptions.