mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-19 04:16:02 +08:00
fix(cli): revert breaking change
This commit is contained in:
@ -10,6 +10,7 @@ def config_path_option(function) -> Callable:
|
|||||||
return click.option(
|
return click.option(
|
||||||
"-c",
|
"-c",
|
||||||
"--config",
|
"--config",
|
||||||
|
"config_path",
|
||||||
default=CONFIG_PATH,
|
default=CONFIG_PATH,
|
||||||
type=click.Path(dir_okay=False),
|
type=click.Path(dir_okay=False),
|
||||||
help="Set path to configuration file.",
|
help="Set path to configuration file.",
|
||||||
|
Reference in New Issue
Block a user