File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -645,6 +645,7 @@ instead of printing to stderr.
645645Equivalent to passing
646646.Fl -redirect-warnings Ar file
647647on the command line.
648+ .
648649.It Ev NODE_REPL_HISTORY Ar file
649650Path to the
650651.Ar file
@@ -654,6 +655,10 @@ The default path is
654655which is overridden by this variable.
655656Setting the value to an empty string ("" or " ") will disable persistent REPL history.
656657.
658+ .It Ev NODE_REPL_EXTERNAL_MODULE Ar file
659+ Path to a Node.js module which will be loaded in place of the built-in REPL.
660+ Overriding this value to an empty string (`''`) will use the built-in REPL.
661+ .
657662.It Ev NODE_SKIP_PLATFORM_CHECK
658663When set to
659664.Ar 1 ,
689694.Fl -use-openssl-ca
690695is enabled, this overrides and sets OpenSSL's file containing trusted certificates.
691696.
697+ .It Ev TZ
698+ Specify the timezone configuration.
699+ .
692700.It Ev UV_THREADPOOL_SIZE Ar size
693701Sets the number of threads used in libuv's threadpool to
694702.Ar size .
You can’t perform that action at this time.
0 commit comments