diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-09 17:42:13 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-09 17:42:13 -0600 |
commit | 91d3a34e26db56d165247fdb4d74e7686ace93be (patch) | |
tree | a20f91290017090d9a23213393ce368b286a7d6c /README.md | |
parent | Merge branch '12-allow-user-to-specify-argument-separation-on-argumentparser'... (diff) | |
download | args.hxx-91d3a34e26db56d165247fdb4d74e7686ace93be.tar.xz |
add build status to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ # args +[![build status](https://gitgud.io/Taywee/args/badges/master/build.svg)](https://gitgud.io/Taywee/args/commits/master) + A simple, small, flexible, single-header C++11 argument parsing library, in about 1K lines of code. |