Add prepend option to download-data

This commit is contained in:
Matthias
2022-04-30 17:24:57 +02:00
parent 11d447cd5a
commit f6a7e6b785
7 changed files with 49 additions and 14 deletions

View File

@@ -443,6 +443,11 @@ AVAILABLE_CLI_OPTIONS = {
default=['1m', '5m'],
nargs='+',
),
"prepend_data": Arg(
'--prepend',
help='Allow data prepending.',
action='store_true',
),
"erase": Arg(
'--erase',
help='Clean all existing data for the selected exchange/pairs/timeframes.',