mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-01 05:03:52 +00:00
docs: link for 2.0 post
This commit is contained in:
parent
975e58b3ed
commit
dfc656c465
@ -64,7 +64,7 @@ Features that were added in the last released major version are marked with "
|
|||||||
|
|
||||||
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.
|
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][], [AppVeyor][], [Azure][], and [GitHub Actions][actions-link], and is used by 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 in-depth tutorial [GitBook][], as well as [API documentation][api-docs] generated by Travis.
|
It is tested on [Travis][], [AppVeyor][], [Azure][], and [GitHub Actions][actions-link], and is used by 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 in-depth 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. Also see the [Version 1.0 post][], [Version 1.3 post][], or [Version 1.6 post][] for more information.
|
See the [changelog](./CHANGELOG.md) or [GitHub Releases][] for details for current and past releases. Also see the [Version 1.0 post][], [Version 1.3 post][], [Version 1.6 post][], or [Version 2.0 post][] for more information.
|
||||||
|
|
||||||
You can be notified when new releases are made by subscribing to <https://github.com/CLIUtils/CLI11/releases.atom> on an RSS reader, like Feedly, or use the releases mode of the GitHub watching tool.
|
You can be notified when new releases are made by subscribing to <https://github.com/CLIUtils/CLI11/releases.atom> on an RSS reader, like Feedly, or use the releases mode of the GitHub watching tool.
|
||||||
|
|
||||||
@ -1034,6 +1034,7 @@ CLI11 was developed at the [University of Cincinnati][] to support of the [GooFi
|
|||||||
[version 1.0 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-10/
|
[version 1.0 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-10/
|
||||||
[version 1.3 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-13/
|
[version 1.3 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-13/
|
||||||
[version 1.6 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-16/
|
[version 1.6 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-16/
|
||||||
|
[version 2.0 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-20/
|
||||||
[wandbox-badge]: https://img.shields.io/badge/try_2.0-online-blue.svg
|
[wandbox-badge]: https://img.shields.io/badge/try_2.0-online-blue.svg
|
||||||
[wandbox-link]: https://wandbox.org/permlink/650go2SXpfdvQ7ex
|
[wandbox-link]: https://wandbox.org/permlink/650go2SXpfdvQ7ex
|
||||||
[releases-badge]: https://img.shields.io/github/release/CLIUtils/CLI11.svg
|
[releases-badge]: https://img.shields.io/github/release/CLIUtils/CLI11.svg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user