mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-23 02:52:23 +08:00
chore(cli): fix and improve help messages (#191)
A very small PR to fix an error in an help message, and improve the verbosity one.
This commit is contained in:
@ -57,7 +57,7 @@ def verbosity_option(function: F) -> F:
|
||||
["PERF", "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"],
|
||||
case_sensitive=False,
|
||||
),
|
||||
help="Verbosity of CLI output",
|
||||
help="Verbosity of CLI output. PERF will log performances (timing) information.",
|
||||
default=None,
|
||||
expose_value=False,
|
||||
envvar="MANIM_SLIDES_VERBOSITY",
|
||||
|
Reference in New Issue
Block a user