Add new parameter to hyperopt docs

This commit is contained in:
Matthias
2021-10-13 19:56:34 +02:00
parent aed919a05f
commit 3279ea568c
2 changed files with 6 additions and 1 deletions

View File

@@ -554,7 +554,8 @@ AVAILABLE_CLI_OPTIONS = {
),
"hyperopt_ignore_missing_space": Arg(
"--ignore-missing-spaces", "--ignore-unparameterized-spaces",
help="Suppress errors for any requested Hyperopt spaces that do not contain any parameters",
help=("Suppress errors for any requested Hyperopt spaces "
"that do not contain any parameters."),
action="store_true",
),
}