You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make arguments without defaults be required in types.InitArgs (5cb533b)
Features
in Corgy.add_args_to_parser, restrict handling of single choice attrs to Literal types (5d1bfcc)
raise informative error if types.InitArgs cannot be used (61e79c3)
BREAKING CHANGES
Corgy.add_args_to_parser no longer uses store_
actions for types with a single choice defined using __choices__. Only Literal types receive this special treatment.