lundybernard / batconf

Application configuration tool from the BAT project
MIT License
2 stars 0 forks source link

Feature: export config file template #49

Open lundybernard opened 2 weeks ago

lundybernard commented 2 weeks ago

We want to add the ability to automatically generate an empty configuration file from a valid config schema.

ex:

save_example_config(RootConfig, 'example.ini')

this should result in the creation of a new file example.ini, which is populated with fields that match the structure of the RootConfig configuration dataclass.