You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**type**: (String) Type of the prompt. Defaults: `input` - Possible values: `input`, `number`, `confirm`, `list`, `rawlist`, `expand`, `checkbox`, `password`, `editor`
141
139
-**name**: (String) The name to use when storing the answer in the answers hash. If the name contains periods, it will define a path in the answers hash.
142
140
-**message**: (String|Function) The question to print. If defined as a function, the first parameter will be the current inquirer session answers. Defaults to the value of `name` (followed by a colon).
143
141
-**default**: (String|Number|Boolean|Array|Function) Default value(s) to use if nothing is entered, or a function that returns the default value(s). If defined as a function, the first parameter will be the current inquirer session answers.
@@ -387,30 +385,6 @@ look at issues found on other command line - feel free to report any!
387
385
- gnome-terminal (Terminal GNOME)
388
386
- konsole
389
387
390
-
## Nodemon Support
391
-
392
-
When executing with [`Nodemon`](https://www.npmjs.com/package/nodemon), you'll need to set `stdin: false` in your config:
0 commit comments