A UI that will return the defaults.
Attributes
Functions
return_defaults
return_defaults(
prompt: str,
type: QuestionType = "str",
help: Optional[str] = None,
choices: Optional[dict] = None,
default: Any = None,
multiselect: bool = False,
validator_func: Optional[Callable] = None,
**kwargs
) -> Any
Return the default value.