Skip to content

Commit 4f19203

Browse files
mhdawsonmarco-ippolito
authored andcommitted
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 2449d26 commit 4f19203

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
@@ -2446,7 +2446,9 @@ NODE_OPTIONS='--require "./a.js"' node --require "./b.js"
24462446
node --require "./a.js" --require "./b.js"
24472447
```
24482448

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

24512453
<!-- node-options-node start -->
24522454

0 commit comments

Comments
 (0)