Initial work on csv-file export. Missing docs and tests

This commit is contained in:
Fredrik81
2020-03-05 01:58:33 +01:00
parent 57523d58df
commit 7606d814fa
5 changed files with 81 additions and 1 deletions

View File

@@ -221,6 +221,12 @@ AVAILABLE_CLI_OPTIONS = {
action='store_true',
default=False,
),
"export_csv": Arg(
'--export-csv',
help='Export to CSV-File. Put + in front of filename to overwrite.'
'Example: --export-csv +hyperopt.csv',
metavar='FILE',
),
"hyperopt_jobs": Arg(
'-j', '--job-workers',
help='The number of concurrently running jobs for hyperoptimization '