8.3.2
📦 clickView on GitHub →
🐛 4 fixes🔧 5 symbols
Summary
Click version 8.3.2 is a maintenance release focused on fixing several bugs related to option handling, stream management, and default value lookups.
🐛 Bug Fixes
- Fixed handling of flag_value when is_flag=False to allow such options to be used without an explicit value.
- Hidden Sentinel.UNSET values as None when using lookup_default().
- Prevented _NamedTextIOWrapper from closing streams owned by StreamMixer.
- Fixed callable flag_value being instantiated when used as a default via default=True.