cxxopts/include
Eyal Rozenberg 3b763c6a38 WIP on issue #240: Multiple long option names / aliases
* We now use a vector of long option names instead of a single name
* When specifying an option, you can provide multiple names separated by commas, at most one of which may have a length of 1 (not necessarily the first specified name). The length-1 name is the single-hyphen switch (the "short name").
* Hashing uses the first long name
* Option help currently only uses the first long name. Not sure if that should change.
* No tests for this functionality yet
* Not sure whether option lookup works already with names other than the first...
2022-07-10 00:20:14 +03:00
..
CMakeLists.txt Cmake Revamp (#270) 2021-01-17 12:11:02 +11:00
cxxopts.hpp WIP on issue #240: Multiple long option names / aliases 2022-07-10 00:20:14 +03:00