Maintainer's notes
I wrote up a sketch of how this might look here:
https://github.com/casey/clap-config
Basically, it would be pretty cool to generate a simple config file parser from a clap argument parser. There's a longer description of some use cases in the readme, but it would be great for projects which are configurable with both the command line and a config file, and for helping projects add config file configuration in addition to command line configuration.
Maintainer's notes
I wrote up a sketch of how this might look here:
https://github.com/casey/clap-config
Basically, it would be pretty cool to generate a simple config file parser from a clap argument parser. There's a longer description of some use cases in the readme, but it would be great for projects which are configurable with both the command line and a config file, and for helping projects add config file configuration in addition to command line configuration.