Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 222ecd6

Browse filesBrowse files
cola119ruyadorno
authored andcommitted
doc: add missing env vars to man page
PR-URL: #43492 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Feng Yu <F3n67u@outlook.com>
1 parent 617ea4a commit 222ecd6
Copy full SHA for 222ecd6

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Open diff view settings
Collapse file

‎doc/node.1‎

Copy file name to clipboardExpand all lines: doc/node.1
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ instead of printing to stderr.
648648
Equivalent to passing
649649
.Fl -redirect-warnings Ar file
650650
on the command line.
651+
.
651652
.It Ev NODE_REPL_HISTORY Ar file
652653
Path to the
653654
.Ar file
@@ -657,6 +658,10 @@ The default path is
657658
which is overridden by this variable.
658659
Setting the value to an empty string ("" or " ") will disable persistent REPL history.
659660
.
661+
.It Ev NODE_REPL_EXTERNAL_MODULE Ar file
662+
Path to a Node.js module which will be loaded in place of the built-in REPL.
663+
Overriding this value to an empty string (`''`) will use the built-in REPL.
664+
.
660665
.It Ev NODE_SKIP_PLATFORM_CHECK
661666
When set to
662667
.Ar 1 ,
@@ -692,6 +697,9 @@ If
692697
.Fl -use-openssl-ca
693698
is enabled, this overrides and sets OpenSSL's file containing trusted certificates.
694699
.
700+
.It Ev TZ
701+
Specify the timezone configuration.
702+
.
695703
.It Ev UV_THREADPOOL_SIZE Ar size
696704
Sets the number of threads used in libuv's threadpool to
697705
.Ar size .

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.