Commit 1331e2be9f76d770c68107b0990c29ea8b59ed85
Committed by
GitHub
1 parent
774bb5d0
Adding tutorial series mention
Showing
1 changed file
with
4 additions
and
1 deletions
README.md
| ... | ... | @@ -4,10 +4,12 @@ |
| 4 | 4 | [![Join the chat at https://gitter.im/CLI11gitter/Lobby][gitter-badge]][gitter] |
| 5 | 5 | [![License: BSD][license-badge]](./LICENSE) |
| 6 | 6 | |
| 7 | +[API Docs][api-docs] • [Tutorial series][GitBook] • [What's new](./CHANGELOG.md) | |
| 8 | + | |
| 7 | 9 | # CLI11: Command line parser for C++11 |
| 8 | 10 | |
| 9 | 11 | CLI11 provides all the features you expect in a powerful command line parser, with a beautiful, minimal syntax and no dependencies beyond C++11. It is header only, and comes in a single file form for easy inclusion in projects. It is easy to use for small projects, but powerful enough for complex command line projects, and can be customized for frameworks. |
| 10 | -It is tested on [Travis] and [AppVeyor], and is being included in the [GooFit GPU fitting framework][GooFit]. It was inspired by [`plumbum.cli`][Plumbum] for Python. CLI11 has both a user friendly introduction here, as well as [API documentation][api-docs] generated by Travis. | |
| 12 | +It is tested on [Travis] and [AppVeyor], and is being included in the [GooFit GPU fitting framework][GooFit]. It was inspired by [`plumbum.cli`][Plumbum] for Python. CLI11 has a user friendly introduction in this README, a more indepth tutorial [GitBook], as well as [API documentation][api-docs] generated by Travis. | |
| 11 | 13 | See the [changelog](./CHANGELOG.md) or [GitHub Releases] for details for current and past releases. The 1.0 announcement post can be found [here](http://iscinumpy.blogspot.com/2017/06/announcing-cli11-version-10.html). |
| 12 | 14 | |
| 13 | 15 | ### Why write another CLI parser? |
| ... | ... | @@ -304,3 +306,4 @@ CLI11 was developed at the [University of Cincinnati] to support of the [GooFit] |
| 304 | 306 | [DIANA/HEP]: http://diana-hep.org |
| 305 | 307 | [NSF Award 1414736]: https://nsf.gov/awardsearch/showAward?AWD_ID=1414736 |
| 306 | 308 | [University of Cincinnati]: http://www.uc.edu |
| 309 | +[GitBook]: https://henryiii.gitbooks.io/cli11 | ... | ... |