edornd / argdantic

Typed command line interfaces with argparse and pydantic
MIT License
38 stars 4 forks source link

Set parsing not working properly #15

Closed edornd closed 1 year ago

edornd commented 1 year ago

The newly introduced AppendAction works great, too bad though that sets in python do not have an extend method. This can be easily contained by casting the items to a list, and letting the internal mechanisms handle the conversion later.

edornd commented 1 year ago

Solved at the moment