Skip to content

Commit 339c40d

Browse files
cola119nodejs-github-bot
authored andcommitted
doc: add missing env vars to man page
PR-URL: #43492 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Feng Yu <[email protected]>
1 parent 420666c commit 339c40d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/node.1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ instead of printing to stderr.
651651
Equivalent to passing
652652
.Fl -redirect-warnings Ar file
653653
on the command line.
654+
.
654655
.It Ev NODE_REPL_HISTORY Ar file
655656
Path to the
656657
.Ar file
@@ -660,6 +661,10 @@ The default path is
660661
which is overridden by this variable.
661662
Setting the value to an empty string ("" or " ") will disable persistent REPL history.
662663
.
664+
.It Ev NODE_REPL_EXTERNAL_MODULE Ar file
665+
Path to a Node.js module which will be loaded in place of the built-in REPL.
666+
Overriding this value to an empty string (`''`) will use the built-in REPL.
667+
.
663668
.It Ev NODE_SKIP_PLATFORM_CHECK
664669
When set to
665670
.Ar 1 ,
@@ -695,6 +700,9 @@ If
695700
.Fl -use-openssl-ca
696701
is enabled, this overrides and sets OpenSSL's file containing trusted certificates.
697702
.
703+
.It Ev TZ
704+
Specify the timezone configuration.
705+
.
698706
.It Ev UV_THREADPOOL_SIZE Ar size
699707
Sets the number of threads used in libuv's threadpool to
700708
.Ar size .

0 commit comments

Comments
 (0)