Releases: Dominik1123/click-inspect
Releases · Dominik1123/click-inspect
Version 0.3.2
- Don't warn about unresolvable types in docstrings when the parameter got excluded
Version 0.3.1
- Fix incorrect resolution of nested type hints such as
Union[List[str], str]
.
Version 0.3
- Support boolean flags via
bool
type hint.
Version 0.2
- Support sequences such as
List
,Tuple
,Sequence
- Support
Union