Features
- For options that accept a value (differently from bool opts), it's now possible to separate the opt/val using an equal symbol (=), i.e.,
--foo=barand-f=bare now parsed as expected. Alternatively, whitespace can still be used, i.e.,--foo barand-f b.
Full Changelog: 0.2.0...0.3.0