diff options
author | Taylor C. Richberger <taywee@gmx.com> | 2017-11-06 22:33:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 22:33:20 -0700 |
commit | 738bb63a24d4fc6e9cbb4acae7e9fc07f3018120 (patch) | |
tree | 9090ce66117e26c99f5b248393533dc5170995dd /README.md | |
parent | Merge pull request #38 from pavel-belikov/subparsers-help (diff) | |
parent | add travis ci, appveyor, coveralls (diff) | |
download | args.hxx-738bb63a24d4fc6e9cbb4acae7e9fc07f3018120.tar.xz |
Merge pull request #39 from pavel-belikov/ci
Add Travis CI, Appveyor, Coveralls and fix gcc, clang, msvc warnings
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ #### 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://gitgud.io/Taywee/args/commits/master) +[](https://travis-ci.org/pavel-belikov/args) +[](https://ci.appveyor.com/project/pavel-belikov/args) +[](https://coveralls.io/github/pavel-belikov/args) A simple, small, flexible, single-header C++11 argument parsing library, in fewer than 2K lines of code. |