We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee92e0a commit 9900b31Copy full SHA for 9900b31
manim_slides/commons.py
@@ -10,6 +10,7 @@ def config_path_option(function) -> Callable:
10
return click.option(
11
"-c",
12
"--config",
13
+ "config_path",
14
default=CONFIG_PATH,
15
type=click.Path(dir_okay=False),
16
help="Set path to configuration file.",
0 commit comments