Change Key/Value flags from foo,bar;biff,baz -> foo=bar,biff=baz
Closed this issue · 0 comments
artasparks commented
We should change Key/Value flags from foo,bar;biff,baz -> foo=bar,biff=baz. The former is weird. The latter is pretty common; it's what some Java libraries use, for example.