Skip to content

Commit

Permalink
feat: support -v option
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 authored Jul 19, 2024
1 parent 7827b34 commit bcb31b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyencrypt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class CustomParamType:


@click.group()
@click.version_option(__version__, "--version", message=VERSION)
@click.version_option(__version__, "-v", "--version", message=VERSION)
@click.help_option("-h", "--help")
def cli():
pass
Expand Down

0 comments on commit bcb31b2

Please sign in to comment.