Skip to content

Commit

Permalink
✨ Support --version option in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Jul 19, 2024
1 parent 27ad145 commit 6d1daf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dinglehopper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6d1daf1

Please sign in to comment.