add -v for --version (#21)
This commit is contained in:
parent
5ea53e5a59
commit
d102696838
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue