Skip to content

Commit 64ef241

Browse files
committed
feat: support -V option
1 parent 7827b34 commit 64ef241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyencrypt/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class CustomParamType:
130130

131131

132132
@click.group()
133-
@click.version_option(__version__, "--version", message=VERSION)
133+
@click.version_option(__version__, "-V", "--version", message=VERSION)
134134
@click.help_option("-h", "--help")
135135
def cli():
136136
pass

0 commit comments

Comments
 (0)