From 9900b3123ed141e676acffb206362a3fb540611d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Thu, 22 Sep 2022 18:28:27 +0200 Subject: [PATCH] fix(cli): revert breaking change --- manim_slides/commons.py | 1 + 1 file changed, 1 insertion(+) diff --git a/manim_slides/commons.py b/manim_slides/commons.py index 8c04657..2566297 100644 --- a/manim_slides/commons.py +++ b/manim_slides/commons.py @@ -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.",