Skip to content

Commit 3fcaf7b

Browse files
committed
doc: clarify what is supported in NODE_OPTIONS
Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: #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 0431922 commit 3fcaf7b

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
@@ -2531,7 +2531,9 @@ NODE_OPTIONS='--require "./a.js"' node --require "./b.js"
25312531
node --require "./a.js" --require "./b.js"
25322532
```
25332533

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

25362538
<!-- node-options-node start -->
25372539

0 commit comments

Comments
 (0)