mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore: add help-text to --version
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user