I didn't seem to be able to get a flag with an uppercase letter in its name to work. Ie a config file like ``` myPort = 4444 ``` is no good while ``` my_port = 4444 ``` is fine.
I didn't seem to be able to get a flag with an uppercase letter in its name to work. Ie a config file like
is no good while
is fine.