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 0431922 commit 3fcaf7bCopy full SHA for 3fcaf7b
doc/api/cli.md
@@ -2531,7 +2531,9 @@ NODE_OPTIONS='--require "./a.js"' node --require "./b.js"
2531
node --require "./a.js" --require "./b.js"
2532
```
2533
2534
-Node.js options that are allowed are:
+Node.js options that are allowed are in the following list. If an option
2535
+supports both --XX and --no-XX variants, they are both supported but only
2536
+one is included in the list below.
2537
2538
<!-- node-options-node start -->
2539
0 commit comments