Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: clarify what is supported in NODE_OPTIONS
Signed-off-by: Michael Dawson <midawson@redhat.com>
  • Loading branch information
mhdawson committed Mar 13, 2024
commit fc9732bd3ef26c6d71a1503708ff755641bf24b0
4 changes: 3 additions & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2500,7 +2500,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
the default is included in the list below.
Comment thread
mhdawson marked this conversation as resolved.
Outdated

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

Expand Down