lebrice / SimpleParsing

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

Adding Subparsers with Union[...] #10

Closed lebrice closed 4 years ago

lebrice commented 4 years ago

Added arparse Subparsers, by specifying an attribute as a Union of dataclass types.