mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
12 lines
244 B
Text
12 lines
244 B
Text
This is a lightweight C++ option parser library, supporting the standard GNU
|
|
style syntax for options.
|
|
|
|
Options can be given as:
|
|
* --long
|
|
* --long=argument
|
|
* --long argument
|
|
* -a
|
|
* -ab
|
|
* -abc argument
|
|
|
|
WWW: https://github.com/jarro2783/cxxopts
|