CLI11
CLI11 copied to clipboard
Starting an experiment Yaml support
Hi, I started to write an experimental Yaml support. I have added a ConfigYaml class with almost all tests from ConfigFileTest (TOML or INI). Most are ok but, due to the lack of my understanding of how the result of parse from file should be, I failed for secton tests and some parse count tests. The ones still in comment in the ConfigYamlFileTest.cpp
I have started the optional part for conan, and CMakeLists.txt. not parfect yet. Need help on this part (the create package test does not work). I have used yaml-cpp and it is enable by default.
If anyone with a better insight of CLI11 internal can help. It's welcome.