lebrice / SimpleParsing

Simple, Elegant, Typed Argument Parsing with argparse
MIT License
410 stars 52 forks source link

Support frozen dataclass instances as subgroup values #223

Closed lebrice closed 1 year ago

lebrice commented 1 year ago

Is your feature request related to a problem? Please describe. I removed support for dataclass instances in subgroups dict. It would be nice to re-add support for them, as long as they are frozen.