Hello guys, I've been working on [`cclap`](https://github.com/RowDaBoat/cclap), an open-licensed (ISC) tool to generate cmd line args and config files from a simple object declaration. I know that `cligen` and `parsecfg` already exist, but I wanted something integrated that doesn't force me to write twice. It already supports: - parsing cmd line options (long and short form) - parsing config file settings (like an ini file) - setting default values - merging options, settings, and defaults (in that order of priority) - generating a cmd line help - generating a sample config file Cheers.