couling / dataclass-click

Wrapper for pallets/click that uses dataclasses instead of kwargs
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Fixed bug with is_flag and type inference #2

Closed couling closed 5 months ago

couling commented 5 months ago

Fixed bug with options where is_flag=True, type inference was incorrectly kicking in. Now if is_flag=True type inference will not happen for that option since click already knows it's a bool.