mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 20:53:52 +00:00
Adding tutorial series mention
This commit is contained in:
parent
774bb5d05f
commit
1331e2be9f
@ -4,10 +4,12 @@
|
||||
[![Join the chat at https://gitter.im/CLI11gitter/Lobby][gitter-badge]][gitter]
|
||||
[![License: BSD][license-badge]](./LICENSE)
|
||||
|
||||
[API Docs][api-docs] • [Tutorial series][GitBook] • [What's new](./CHANGELOG.md)
|
||||
|
||||
# CLI11: Command line parser for C++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.
|
||||
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.
|
||||
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.
|
||||
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).
|
||||
|
||||
### Why write another CLI parser?
|
||||
@ -304,3 +306,4 @@ CLI11 was developed at the [University of Cincinnati] to support of the [GooFit]
|
||||
[DIANA/HEP]: http://diana-hep.org
|
||||
[NSF Award 1414736]: https://nsf.gov/awardsearch/showAward?AWD_ID=1414736
|
||||
[University of Cincinnati]: http://www.uc.edu
|
||||
[GitBook]: https://henryiii.gitbooks.io/cli11
|
||||
|
Loading…
x
Reference in New Issue
Block a user