AnyOption
AnyOption copied to clipboard
C/C++ Command line and resource file option parsing
If you don't want enum classes, you can take only the first commit (available as a separate PR #37).
Win10, Microsoft Visual Studio Professional 2019 Version 16.5.2. AnyOption seems unable to parse its own demo options - it understands only one at a time and not even that with...
- http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html - Specifically test grouped arguments `[-abcDxyz]`
- help2man utility can generate from parsing the help output - Can AnyOption generate it better since we know the exact options without parsing.
Based on the configured options generate a default option file with help as comments
- github readme - code comments - support doxygen ?
Find common options file standards like the Java property file format and support all features.
Ability to provide the arguments through environment variables in addition to the property/resource file and command line args.