From df7f4f6d1c47980a7247164a019f0460bb53626d Mon Sep 17 00:00:00 2001 From: deining Date: Mon, 16 Dec 2019 01:40:10 +0100 Subject: [PATCH] Fixing wrong default value (#368) Updating link o Click homepage --- book/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/README.md b/book/README.md index ce7e193f..8dedfc37 100644 --- a/book/README.md +++ b/book/README.md @@ -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/