From 8d380a7399663868c73185c4dc2f9c6177b66437 Mon Sep 17 00:00:00 2001 From: Ivan Kush Date: Tue, 4 Jul 2017 16:45:56 +0300 Subject: [PATCH] added 'args' argument parser library --- docs/opensource-users.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index d4a96902..ab7a8ae1 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -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)