add -v for --version (#21)

This commit is contained in:
Yanis 2024-05-17 02:32:30 +02:00 committed by GitHub
parent 5ea53e5a59
commit d102696838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ parser.add_argument(
nargs="?",
)
parser.add_argument(
"-v",
"--version",
choices=VERSIONS,
type=str.upper,