diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2017-09-26 12:05:53 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2017-09-26 12:05:53 -0600 |
commit | 0a0d3015e60e2286090c94efcc9f70fe1f808694 (patch) | |
tree | 1ad2b7cc0d7e7f7e9c3dbba978606b802d87b440 /README.md | |
parent | Merge pull request #28 from travisdowns/master (diff) | |
download | args.hxx-0a0d3015e60e2286090c94efcc9f70fe1f808694.tar.xz |
add readme note
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ # args +#### 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. + [![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 |