mirror of
https://github.com/encounter/dtk-template.git
synced 2025-12-18 09:25:35 +00:00
add -v for --version (#21)
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user