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

View File

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