Any good alternative written in C to replace Boost.Program_options? Given it's able to parse:
- Short options like -h
- Long options like --help --input-file
- Parse repeated keys/options
- Accepts key-value pairs: --mysql=/usr/lib
- Parsing environmental variables and XML/INI files is optional.