couling / dataclass-click

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

Bugfix mutating annotation #1

Closed couling closed 7 months ago

couling commented 7 months ago

Code was accidently mutating the annotation parmeters. This meant dataclasses couldn't be used twice. In future these should be made immutable by replacing dict with tuple of tuples, but will save that for a later version. For now code simply copies the dict.