Skip to content

Commit cd2925d

Browse files
mhdawsonrdw-msft
authored andcommitted
doc: clarify what is supported in NODE_OPTIONS
Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: nodejs#52076 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent c6b1be0 commit cd2925d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/cli.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2543,7 +2543,9 @@ NODE_OPTIONS='--require "./a.js"' node --require "./b.js"
25432543
node --require "./a.js" --require "./b.js"
25442544
```
25452545

2546-
Node.js options that are allowed are:
2546+
Node.js options that are allowed are in the following list. If an option
2547+
supports both --XX and --no-XX variants, they are both supported but only
2548+
one is included in the list below.
25472549

25482550
<!-- node-options-node start -->
25492551

0 commit comments

Comments
 (0)