mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-27 11:19:55 +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",
|
metavar="LEVEL",
|
||||||
)
|
)
|
||||||
@click.option("--progress", default=False, is_flag=True, help="Show progress bar")
|
@click.option("--progress", default=False, is_flag=True, help="Show progress bar")
|
||||||
|
@click.version_option()
|
||||||
def main(
|
def main(
|
||||||
gt,
|
gt,
|
||||||
ocr,
|
ocr,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue