François Beaune
François Beaune
Unfortunately I can no longer reproduce the issue with my current binary (it has continued to evolve after my tests). Both the latest official release and the master build that...
I can confirm that it throws a `std::domain_error` (tested with v2.2.0), which is kind of unintuitive given that the README says that > errors parsing arguments derive from cxxopts::OptionParseException. I...
I struggled with this exact problem for a _long_ time, and @willmcgugan solution also worked perfectly for me. To be honest, I'm not sure I understand the difference between a...