Add --tradingmode alias

This commit is contained in:
Matthias 2022-08-20 11:24:20 +02:00
parent 63efb3ff3e
commit 54ddc1a4c2
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ AVAILABLE_CLI_OPTIONS = {
metavar='BASE_CURRENCY',
),
"trading_mode": Arg(
'--trading-mode',
'--trading-mode', '--tradingmode',
help='Select Trading mode',
choices=constants.TRADING_MODES,
),