Skip to content

Commit 8388355

Browse files
mhdawsonanonrig
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 8fa1670 commit 8388355

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

doc/api/cli.md

Lines changed: 3 additions & 1 deletion
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)