confer icon indicating copy to clipboard operation
confer copied to clipboard

fixed pflags binding bug

Open jaekwon opened this issue 10 years ago • 1 comments

Set() and Get() weren't compatible. Removed spurious(?) strings.ToLower(key).

Doesn't seem like it would break any existing behavior.

jaekwon avatar Jan 09 '15 00:01 jaekwon

It looks like it's failing a test. The strings.ToLower isn't spurious - it's there for case-insensitive lookups.

I think what might be missing is a strings.ToLower in the Set method.

jacobstr avatar Jan 15 '15 06:01 jacobstr