Split format-from for trades to allow for trades special case

This commit is contained in:
Matthias
2023-09-24 20:11:58 +02:00
parent 1e8814b43e
commit a3f167f6df
3 changed files with 9 additions and 3 deletions

View File

@@ -421,6 +421,12 @@ AVAILABLE_CLI_OPTIONS = {
'desired timeframe as specified as --timeframes/-t.',
action='store_true',
),
"format_from_trades": Arg(
'--format-from',
help='Source format for data conversion.',
choices=constants.AVAILABLE_DATAHANDLERS + ['csv'],
required=True,
),
"format_from": Arg(
'--format-from',
help='Source format for data conversion.',