A function that can be used to prompt the user for an arbitrary text input.
Optional
An optional text message to show as prompt for the user's input.
A Promise that resolves to a string containing the user's input.
This function uses the read package internally.
Generated using TypeDoc
A function that can be used to prompt the user for an arbitrary text input.