CLIRead
Reads a line of text from the CLI.
You can optionally provide a prompt string to display before reading the input.
Method Signature
CLIRead(prompt=[string])
Arguments
Argument
Type
Required
Description
Default
prompt
string
false
An optional prompt string to display before reading input.
Examples
Related
Last updated
Was this helpful?