Bug fixes
- Fix unannotated fallthrough.
- Fix sign conversion with Unicode output.
- Don't initialize regex in static initialiser.
- Fix incorrect integer overflow checks.
Added
- Add fuzzing to CI
Changed
- Change quote output to '' to match Windows.
- Don't split positional arguments by the list delimiter.
- Order help groups by the order they were added.