Usage: stdlib-repl [options] Options: -h, --help Print this message. -V, --version Print the package version. --welcome Welcome message. --input-prompt Input prompt. Default: 'In [%d]: '. --output-prompt Output prompt. Default: 'Out[%d]: '. --padding Empty lines between commands. Default: 1. --load JavaScript file to evaluate line-by-line. --save File to save REPL command history. --logfile File to log REPL commands and printed output. --timeout Milliseconds before terminating a command. --quiet Disable printing of REPL logs and diagnostics.