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
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