mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 04:33:53 +00:00
Adding a bit to the readme
This commit is contained in:
parent
db35440784
commit
1ee6529530
@ -1,6 +1,6 @@
|
||||
[](https://travis-ci.org/henryiii/CLI11)
|
||||
[](https://gitter.im/CLI11gitter/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](./LICENSE)
|
||||
|
||||
# CLI11: Command line parser for C++11
|
||||
|
||||
@ -41,6 +41,9 @@ This library was built to supply the Application object for the GooFit CUDA/OMP
|
||||
* Collect user feedback
|
||||
* Evaluate compatibility with [ROOT](https://root.cern.ch)'s TApplication object.
|
||||
|
||||
See the [changelog](./CHANGELOG.md) or [GitHub releases](https://github.com/henryiii/CLI11/releases) for details.
|
||||
|
||||
|
||||
## Installing
|
||||
|
||||
To use, there are two methods:
|
||||
@ -169,5 +172,5 @@ Every `add_` option you have seen so far depends on one method that takes a lamb
|
||||
|
||||
## Contributing
|
||||
|
||||
To contribute, open an issue or pull request on GitHub.
|
||||
To contribute, open an [issue](https://github.com/henryiii/CLI11/issues) or [pull request](https://github.com/henryiii/CLI11/pulls) on GitHub, or ask a question on [gitter](https://gitter.im/CLI11gitter/Lobby).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user