chore: add help-text to --version

This commit is contained in:
Matthias
2025-01-24 20:01:10 +01:00
parent 7e08828537
commit 63b72fb4eb

View File

@@ -59,12 +59,14 @@ AVAILABLE_CLI_OPTIONS = {
"version": Arg(
"-V",
"--version",
help="show program's version number and exit",
action="store_true",
),
"version_main": Arg(
# Copy of version - used to have -V available with and without subcommand.
"-V",
"--version",
help="show program's version number and exit",
action="store_true",
),
"config": Arg(