Skip to content

Commit 6d1daf1

Browse files
committed
✨ Support --version option in CLI
1 parent 27ad145 commit 6d1daf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dinglehopper/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def process_dir(
234234
metavar="LEVEL",
235235
)
236236
@click.option("--progress", default=False, is_flag=True, help="Show progress bar")
237+
@click.version_option()
237238
def main(
238239
gt,
239240
ocr,

0 commit comments

Comments
 (0)