Add conditional formats depending on mode

This commit is contained in:
Matthias
2022-09-23 07:02:18 +02:00
parent dc2b93228b
commit 044891f543
2 changed files with 4 additions and 3 deletions

View File

@@ -440,7 +440,7 @@ AVAILABLE_CLI_OPTIONS = {
"dataformat_trades": Arg(
'--data-format-trades',
help='Storage format for downloaded trades data. (default: `jsongz`).',
choices=constants.AVAILABLE_DATAHANDLERS,
choices=constants.AVAILABLE_DATAHANDLERS_TRADES,
),
"show_timerange": Arg(
'--show-timerange',