Skip to content
Snippets Groups Projects
Commit 23da2749 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[build] fix verbose option

parent e3e6e9a4
No related branches found
No related tags found
1 merge request!242Add bob-devel here which is generated dynamically
Pipeline #54010 failed
...@@ -797,7 +797,7 @@ def bob_devel( ...@@ -797,7 +797,7 @@ def bob_devel(
@click.option( @click.option(
"--verbose", "--verbose",
"-v", "-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]", 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( @click.option(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment