argparse_dataclass
argparse_dataclass copied to clipboard
Adding support for fields that are excluded from init and exclusively in the init
It was a lot more involved to get support for fields that are exclusively part the initialization. If you feel that supporting this is not worth the complexity, I am okay with that.