mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-27 07:54:48 +08:00
chore(cli): remove unused PERF verbosity level (#245)
* chore(cli): remove unused PERF verbosity level As titled. * fix(tests): remove perf in tests
This commit is contained in:
@ -54,10 +54,10 @@ def verbosity_option(function: F) -> F:
|
||||
"-v",
|
||||
"--verbosity",
|
||||
type=click.Choice(
|
||||
["PERF", "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"],
|
||||
["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"],
|
||||
case_sensitive=False,
|
||||
),
|
||||
help="Verbosity of CLI output. PERF will log performances (timing) information.",
|
||||
help="Verbosity of CLI output.",
|
||||
default=None,
|
||||
expose_value=False,
|
||||
envvar="MANIM_SLIDES_VERBOSITY",
|
||||
|
Reference in New Issue
Block a user