CLI11 icon indicating copy to clipboard operation
CLI11 copied to clipboard

Starting an experiment Yaml support

Open dfleury2 opened this issue 3 years ago • 0 comments

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.

dfleury2 avatar May 02 '22 18:05 dfleury2