v0.6.1 — Fix grouped exception syntax for Python 3.11-3.13 compatibility

- Replaced all grouped `except (A, B, C):` clauses in cli.py with individual except blocks
- Fixes SyntaxError on Python 3.11–3.13 caused by ruff-enforced Python 3.14 comma syntax

See CHANGELOG.md for the full list of changes.