Closed ryanleary closed 2 years ago
This simply allows '.' to exist in arguments. Some libraries use . to denote nested configurations which is not currently possible with cxxopts.
.
This change is
Can you add a test case for this?
Test added, thanks!
Looks good, can you rebase?
squashed & rebased on latest master
This simply allows '.' to exist in arguments. Some libraries use
.
to denote nested configurations which is not currently possible with cxxopts.This change is