diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,9 +2,11 @@ #### Note that this library is essentially in maintenance mode. I haven't had the time to work on it or give it the love that it deserves. I'm not adding new features, but I will fix bugs. I will also very gladly accept pull requests. -[](https://travis-ci.org/Taywee/args) -[](https://ci.appveyor.com/project/Taywee/args) +[](https://img.shields.io/badge/C%2B%2B-11-blue.svg) +[](https://travis-ci.org/Taywee/args) +[](https://ci.appveyor.com/project/Taywee/args) [](https://coveralls.io/github/Taywee/args?branch=master) +[](https://taywee.github.io/args) A simple, small, flexible, single-header C++11 argument parsing library, in fewer than 2K lines of code. |