- Proper parsing of optional type with `None` as a default. - Improved help output. - Replaced dataclasses with normal classes. - Refactored parsing code [wip]. - Update readme.
0.3.12
Fixed
- Allow for providing optional arguments in an unordered way.
Previously, the parser assumed all optional arguments to follow after the positional arguments. This version allows these to be whereever.
0.3.11
Fixed
- remove unused dependency - fix multiline help output (remove the indent)