This commit is contained in:
Jakub Trllo 2024-05-15 18:47:23 +02:00
parent 8806463c77
commit 3b93392eb7

View file

@ -153,7 +153,7 @@ def _get_config_version_data(config_path, output_path):
type=click.Path(exists=True))
@click.option(
"--filepath",
equired=True,
required=True,
help="Path to file to get colorspace from.",
type=click.Path())
@click.option(