Readline
The Readable stream to listen to.
Module:node:readline
Support: Experimental
5 members: 5 undocumented
Static Methods
Dictionary ReadlineInterfaceOptions
Options for creating a readline Interface instance.
Since: 1.1.0 Docs: Node.js Docs11 members: 11 undocumented
Properties
The Readable stream to listen to.
The Writable stream to write readline data to.
An optional function used for Tab autocompletion.
True if the input and output streams should be treated as a TTY.
True if the input and output streams should be treated as a TTY.
The prompt string to use.
Maximum number of history lines retained.
If true, when a new input line added to the history list duplicates an older one, this removes the older line from the list.
Duration readline will wait for a character (in milliseconds).
If true, the cursor will be placed below the prompt when the user hits tab but there are no completions.
If true, input is not echoed.
---