1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-30 22:19:57 +02:00

Support --version option in CLI

This commit is contained in:
Mike Gerber 2024-07-19 14:41:54 +02:00
parent 27ad145c7e
commit 6d1daf1dfe

View file

@ -234,6 +234,7 @@ def process_dir(
metavar="LEVEL",
)
@click.option("--progress", default=False, is_flag=True, help="Show progress bar")
@click.version_option()
def main(
gt,
ocr,