Cannot set verbosity to info in the command-line tool when the env var is set to something else
adamralph opened this issue · 2 comments
adamralph commented
Version(s)
- 2.4.0
- 2.5.0
To reproduce
Steps to reproduce the behaviour:
- Set the
MinVerVerbosity
env var to anything other thaninfo
- Run
minver
with--verbosity info
Expected behaviour
minver
runs with info level verbosity.
Actual behaviour
minver
runs with the verbosity level set by the env var.
Workarounds
Unset the MinVerVerbosity
instead of overriding it with --verbosity info
.
Additional context
n/a
adamralph commented
released in 3.0.0-rc.2