mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-22 13:06:45 +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(
|
||||
"-c",
|
||||
"--config",
|
||||
"config_path",
|
||||
default=CONFIG_PATH,
|
||||
type=click.Path(dir_okay=False),
|
||||
help="Set path to configuration file.",
|
||||
|
Reference in New Issue
Block a user