IPromptOptions interface
Options passed to built-in prompts.
Properties
| max |
(Optional) maximum number of times to reprompt the user. Default value is 2. |
Property Details
maxRetries
(Optional) maximum number of times to reprompt the user. Default value is 2.
maxRetries?: number
Property Value
number