Merge pull request #145 from kgabis/master
Adds kgflags command-line arguments parser.
This commit is contained in:
commit
14d50faea2
|
@ -111,6 +111,7 @@ as C/C++, as this is not an obstacle to most users.)
|
|||
| | [cmdline](https://github.com/tanakh/cmdline) | BSD | C++ |**1**| command-line argument parsing
|
||||
| | [linkom](https://github.com/hernandp/linkom) | MIT |C/C++|**1**| command-line argument parsing w/ DOS-style options
|
||||
| | [ProgramOptions.hxx](https://github.com/Fytch/ProgramOptions.hxx) | MIT | C++ |**1**| command-line argument parsing
|
||||
| | [kgflags](https://github.com/kgabis/kgflags) | MIT |C/C++|**1**| command-line argument parsing
|
||||
| * | [Clara](https://github.com/catchorg/Clara) | Boost | C++ |**1**| composable, command line parser for C++ 11 and beyond
|
||||
| | [CLI11](https://github.com/CLIUtils/CLI11) | BSD | C++ |**1**| Feature-rich CLI parsing in modern C++11
|
||||
|
||||
|
|
Loading…
Reference in New Issue