fix(cli): revert breaking change

This commit is contained in:
Jérome Eertmans
2022-09-22 18:28:27 +02:00
parent ee92e0aa88
commit 9900b3123e

View File

@ -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.",