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:
parent
27ad145c7e
commit
6d1daf1dfe
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue