mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 04:33:53 +00:00
Version bump
This commit is contained in:
parent
023ec916d4
commit
e32656e46d
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
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] 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 in-depth tutorial [GitBook], 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 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], or [Version 1.6 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.
|
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.
|
||||||
|
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
// [CLI11:verbatim]
|
// [CLI11:verbatim]
|
||||||
|
|
||||||
#define CLI11_VERSION_MAJOR 1
|
#define CLI11_VERSION_MAJOR 1
|
||||||
#define CLI11_VERSION_MINOR 5
|
#define CLI11_VERSION_MINOR 6
|
||||||
#define CLI11_VERSION_PATCH 4
|
#define CLI11_VERSION_PATCH 0
|
||||||
#define CLI11_VERSION "1.5.4"
|
#define CLI11_VERSION "1.6.0"
|
||||||
|
|
||||||
// [CLI11:verbatim]
|
// [CLI11:verbatim]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user