mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 12:43:52 +00:00
This PR is to further support for TOML. To allow and generate quoted names in config files including those separated by the parent separator. like ```toml "sub"."sub2".value=1 'sub'.'sub.sub'.value=2 ``` --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>