cxxopts
cxxopts copied to clipboard
add . as valid option names
This simply allows '.' to exist in arguments. Some libraries use .
to denote nested configurations which is not currently possible with cxxopts.
Can you add a test case for this?
Test added, thanks!
Looks good, can you rebase?
squashed & rebased on latest master