Skip to content

Commit

Permalink
doc: clarify what is supported in NODE_OPTIONS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mhdawson authored and marco-ippolito committed May 3, 2024
1 parent 2449d26 commit 4f19203
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,9 @@ NODE_OPTIONS='--require "./a.js"' node --require "./b.js"
node --require "./a.js" --require "./b.js"
```

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

<!-- node-options-node start -->

Expand Down

0 comments on commit 4f19203

Please sign in to comment.