1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-02 21:53:51 +00:00

Fixing wrong default value (#368)

Updating link o Click homepage
This commit is contained in:
deining 2019-12-16 01:40:10 +01:00 committed by Henry Schreiner
parent 704e1692a4
commit df7f4f6d1c

View File

@ -6,7 +6,7 @@ The library was inspired the Python libraries [Plumbum] and [Click], and incorpo
> Feel free to contribute to [this documentation here][CLI11Tutorial] if something can be improved!
The syntax is simple and scales from a basic application to a massive physics analysis with multiple models and many parameters and switches. For example, this is a simple program that has an optional parameter that defaults to 1:
The syntax is simple and scales from a basic application to a massive physics analysis with multiple models and many parameters and switches. For example, this is a simple program that has an optional parameter that defaults to 0:
```term
gitbook $ ./a.out
@ -65,7 +65,7 @@ This guide was based on CLI11 1.7.
[NSF 1414736]: https://nsf.gov/awardsearch/showAward?AWD_ID=1414736
[University of Cincinnati]: http://www.uc.edu
[Plumbum]: http://plumbum.readthedocs.io/en/latest/
[Click]: http://click.pocoo.org/5/
[Click]: https://click.palletsprojects.com/