mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-11 18:31:39 +00:00
add -V alias for --version
This commit is contained in:
@@ -44,7 +44,7 @@ AVAILABLE_CLI_OPTIONS = {
|
||||
metavar='FILE',
|
||||
),
|
||||
"version": Arg(
|
||||
'--version',
|
||||
'-V', '--version',
|
||||
action='version',
|
||||
version=f'%(prog)s {__version__}',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user