From d102696838fa9cbf5d5d6a9df65b54361a46fd90 Mon Sep 17 00:00:00 2001 From: Yanis <35189056+Yanis42@users.noreply.github.com> Date: Fri, 17 May 2024 02:32:30 +0200 Subject: [PATCH] add -v for --version (#21) --- configure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.py b/configure.py index 54b7e24..a62f1c8 100755 --- a/configure.py +++ b/configure.py @@ -40,6 +40,7 @@ parser.add_argument( nargs="?", ) parser.add_argument( + "-v", "--version", choices=VERSIONS, type=str.upper,