1
0
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:
Henry Fredrick Schreiner 2017-02-17 09:13:12 -05:00
parent db35440784
commit 1ee6529530

View File

@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/henryiii/CLI11.svg?branch=master)](https://travis-ci.org/henryiii/CLI11)
[![Join the chat at https://gitter.im/CLI11gitter/Lobby](https://badges.gitter.im/CLI11gitter/Lobby.svg)](https://gitter.im/CLI11gitter/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./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).