added 'args' argument parser library

This commit is contained in:
Ivan Kush 2017-07-04 16:45:56 +03:00 committed by Martin Hořeňovský
parent 3083de9ea6
commit 8d380a7399
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ A library of algorithms for values-distributed-in-time
### [Trompeloeil](https://github.com/rollbear/trompeloeil)
A thread safe header only mocking framework for C++14
### [args](https://github.com/Taywee/args)
A simple header-only C++ argument parser library.
## Applications & Tools
### [ArangoDB](https://github.com/arangodb/arangodb)