ReplOptions
Properties
Link copied to clipboard
Stop evaluating the current piece of code when SIGINT
is received, i.e. Ctrl+C
is pressed. This cannot be used together with a custom eval
function.
Link copied to clipboard
Link copied to clipboard
If true
, specifies that the default writer will not output the return value of a command if it evaluates to undefined
.
Link copied to clipboard
The Readable
stream from which REPL input will be read.
Link copied to clipboard
The Writable
stream to which REPL output will be written.
Link copied to clipboard
The function to invoke to format the output of each command before writing to output
.