From 23da27496f889f91ed5f2fdd7b118b2839f02896 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 15 Sep 2021 18:46:06 +0200 Subject: [PATCH] [build] fix verbose option --- bob/devtools/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/devtools/build.py b/bob/devtools/build.py index 1b62f3a2..14b55289 100644 --- a/bob/devtools/build.py +++ b/bob/devtools/build.py @@ -797,7 +797,7 @@ def bob_devel( @click.option( "--verbose", "-v", - default=0, + count=True, help="Increases the verbosity level. We always prints error and critical messages. Use a single '-v' to enable warnings, two '-vv' to enable information messages and three '-vvv' to enable debug messages [default: %(default)s]", ) @click.option( -- GitLab