chore: add help-text to --version
This commit is contained in:
@@ -59,12 +59,14 @@ AVAILABLE_CLI_OPTIONS = {
|
|||||||
"version": Arg(
|
"version": Arg(
|
||||||
"-V",
|
"-V",
|
||||||
"--version",
|
"--version",
|
||||||
|
help="show program's version number and exit",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
),
|
),
|
||||||
"version_main": Arg(
|
"version_main": Arg(
|
||||||
# Copy of version - used to have -V available with and without subcommand.
|
# Copy of version - used to have -V available with and without subcommand.
|
||||||
"-V",
|
"-V",
|
||||||
"--version",
|
"--version",
|
||||||
|
help="show program's version number and exit",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
),
|
),
|
||||||
"config": Arg(
|
"config": Arg(
|
||||||
|
|||||||
Reference in New Issue
Block a user