Subject: | DefaultConfig doesn't work without MergeDuplicateOptions |
If you define a default value for a parameter via the DefaultConfig
option and set the value in the config file, you get an array containing
the default value followed by the config file value. I believe the
correct behavior would be to only use the default values when the
parameter is omitted from config file completely, regardless of
MergeDuplicateOptions.