partial progress commit:

added terminal tabulate-output
added yet non-working csv output using pandas
This commit is contained in:
hippocritical
2023-04-12 21:03:59 +02:00
parent 0fb155d6ee
commit a9ef4c3ab0
4 changed files with 116 additions and 45 deletions

5
freqtrade/commands/cli_options.py Normal file → Executable file
View File

@@ -688,5 +688,10 @@ AVAILABLE_CLI_OPTIONS = {
type=check_int_positive,
metavar='INT',
default=20,
),
"overwrite_existing_exportfilename_content": Arg(
'--overwrite-existing-exportfilename-content',
help='overwrites existing contents if existent with exportfilename given',
action='store_true'
)
}