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 committed Mar 22, 2024
1 parent 0431922 commit 3fcaf7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/cli.md
Expand Up @@ -2531,7 +2531,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 3fcaf7b

Please sign in to comment.