1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 04:33:53 +00:00
Philip Top dc137f0c16
add support for quotes in the config naming to match TOML standard (#967)
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>
2023-12-31 05:52:30 -08:00
..
2023-09-20 13:20:53 -04:00
2023-09-20 13:20:53 -04:00
2023-01-12 15:03:20 -05:00
2023-01-12 15:03:20 -05:00
2023-01-12 15:03:20 -05:00
2023-01-12 15:03:20 -05:00
2023-01-03 19:12:23 -05:00