Bug fixes and Python 3.11+ tomllib support
Bug Fixes
- Fix TOML parser to read all matching sections instead of only the first (#346)
- Fix SyntaxError leak from ast.literal_eval in INI-style config parsers (#345)
- Fix -- separator, nargs=REMAINDER, and empty value handling (#344)
- Fix critical bugs and add Python 3.11+ tomllib support (#340)
Other
- Remove dead comment-processing code in default config parser
- Add test status badge to README
- CI, linting, and test improvements