davetron5000 / optparse-plus

Start your command line scripts off right in Ruby
http://davetron5000.github.com/optparse-plus
Apache License 2.0
521 stars 54 forks source link

When parsing defaults from a config file NOT in YAML format, spaces are not treated properly #42

Closed davetron5000 closed 12 years ago

davetron5000 commented 12 years ago

If I have a config file:

--foo='This is a long argument with spaces'

Methadone will incorrectly parse this as eight arguments, not 1.