We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2449d26 commit 4f19203Copy full SHA for 4f19203
doc/api/cli.md
@@ -2446,7 +2446,9 @@ NODE_OPTIONS='--require "./a.js"' node --require "./b.js"
2446
node --require "./a.js" --require "./b.js"
2447
```
2448
2449
-Node.js options that are allowed are:
+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.
2452
2453
<!-- node-options-node start -->
2454
0 commit comments