mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
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
|