v0.1.9
Release Notes (from CHANGELOG.md)
Fixed
- Fixed
AttributeError: 'OutputFormat' object has no attribute 'casefold'
when using--format
flag with case-insensitive options - Changed
OutputFormat
enum to inherit fromstr
to support typer's case-insensitive string processing
Detailed Changes (auto-generated)
- no changes