edornd / argdantic

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

Add option to save the configuration to file #29

Closed edornd closed 1 year ago

edornd commented 1 year ago

Similar to the data sources, it can be very useful to dump the full configuration to a file. This should ideally support all the sources the library currently supports (JSON, YAML, TOML, ...).

edornd commented 1 year ago

Baseline done.