diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/cli.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md index d6846dfee1..016840257f 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1121,6 +1121,14 @@ Path to the file used to store the persistent REPL history. The default path is `~/.node_repl_history`, which is overridden by this variable. Setting the value to an empty string (`''` or `' '`) disables persistent REPL history. +### `NODE_REPL_EXTERNAL_MODULE=file` +<!-- YAML +added: REPLACEME +--> + +Path to a Node.js module which will be loaded in place of the built-in REPL. +Overriding this value to an empty string (`''`) will use the built-in REPL. + ### `NODE_TLS_REJECT_UNAUTHORIZED=value` If `value` equals `'0'`, certificate validation is disabled for TLS connections. |