edornd / argdantic

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

Implement nested parsers #8

Closed edornd closed 1 year ago

edornd commented 1 year ago

argparse supports nested parsers, in a weird way, but still... Try to provide an implementation, where each Parser provides its own argument parser, and when combined they get grouped into subcommands.

edornd commented 1 year ago

Seems stable enough