Skip to content

Commit 9900b31

Browse files
committed
fix(cli): revert breaking change
1 parent ee92e0a commit 9900b31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manim_slides/commons.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def config_path_option(function) -> Callable:
1010
return click.option(
1111
"-c",
1212
"--config",
13+
"config_path",
1314
default=CONFIG_PATH,
1415
type=click.Path(dir_okay=False),
1516
help="Set path to configuration file.",

0 commit comments

Comments
 (0)