method
new

v1_9_3_125 -
Show latest stable
-
0 notes -
Class: ConfigFile
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378
- 1_9_2_180
- 1_9_3_125 (0)
- 1_9_3_392 (0)
- 2_1_10 (0)
- 2_2_9 (0)
- 2_4_6 (0)
- 2_5_5 (0)
- 2_6_3 (0)
- What's this?
new(arg_list)
public
Create the config file object. args is the list of arguments from the command line.
The following command line options are handled early here rather than later at the time most command options are processed.
--config-file, --config-file==NAME |
Obviously these need to be handled by the ConfigFile object to ensure we get the right config file. |
Backtrace needs to be turned on early so that errors before normal option parsing can be properly handled. | |
--debug |
Enable Ruby level debug messages. Handled early for the same reason as –backtrace. |