Question on parsing configuration files

While this tread is a bit old, it’s worth mentioning https://github.com/NorfairKing/yamlparse-applicative as another alternative. I find it is really nice when working with 12-factor style projects that could use ENV variables, config files, and/or cli params. When in that situation, you generally want consistency and some nice-haves like auto-generated documentation of the config file and cli.