Removed overwrite option
This commit is contained in:
@@ -223,9 +223,9 @@ AVAILABLE_CLI_OPTIONS = {
|
||||
),
|
||||
"export_csv": Arg(
|
||||
'--export-csv',
|
||||
help='Export to CSV-File. Put + in front of filename to overwrite.'
|
||||
help='Export to CSV-File.'
|
||||
' This will disable table print.'
|
||||
' Example: --export-csv +hyperopt.csv',
|
||||
' Example: --export-csv hyperopt.csv',
|
||||
metavar='FILE',
|
||||
),
|
||||
"hyperopt_jobs": Arg(
|
||||
|
Reference in New Issue
Block a user