Subject: | Using both {options} and {option} |
More bugs... it looks like you are using both the {option} and {options} properties...
In the debugger, the dumped object contains (amoungst other things).
'option' => HASH(0x864040c)
'color' => 1
'debug' => 0
'options' => HASH(0x82efda8)
'color' => 0
'debug' => 0
'prefer_bin' => 0
'verbose' => 1
This is the second fairly simple and obvious problems... perhaps this package needs a bunch more unit testing?