summaryrefslogtreecommitdiff
path: root/doc/api/cli.md
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2019-06-11 14:17:15 -0400
committerRich Trott <rtrott@gmail.com>2019-06-14 20:47:31 -0700
commit52255868c523145c7bc0fc7e2f7ef53aceba3e0d (patch)
treefa04fa85ac8d92dadc1c723c225717e302fea2cd /doc/api/cli.md
parent7f812c5d8ba357d5c4942c18b3d6d3d653c4e194 (diff)
downloadandroid-node-v8-52255868c523145c7bc0fc7e2f7ef53aceba3e0d.tar.gz
android-node-v8-52255868c523145c7bc0fc7e2f7ef53aceba3e0d.tar.bz2
android-node-v8-52255868c523145c7bc0fc7e2f7ef53aceba3e0d.zip
doc,test: test documentation consistency for NODE_OPTIONS
Add a test that checks that the documented allowed options for the `NODE_OPTIONS` environment variable are consistent with the actually allowed options. PR-URL: https://github.com/nodejs/node/pull/28179 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 07635690de..4bf6a9473a 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -969,6 +969,7 @@ In case an option value happens to contain a space (for example a path listed in
```
Node.js options that are allowed are:
+<!-- node-options-node start -->
- `--enable-fips`
- `--es-module-specifier-resolution`
- `--experimental-modules`
@@ -1028,8 +1029,10 @@ Node.js options that are allowed are:
- `--use-openssl-ca`
- `--v8-pool-size`
- `--zero-fill-buffers`
+<!-- node-options-node end -->
V8 options that are allowed are:
+<!-- node-options-v8 start -->
- `--abort-on-uncaught-exception`
- `--max-old-space-size`
- `--perf-basic-prof-only-functions`
@@ -1037,6 +1040,7 @@ V8 options that are allowed are:
- `--perf-prof-unwinding-info`
- `--perf-prof`
- `--stack-trace-limit`
+<!-- node-options-v8 end -->
### `NODE_PATH=path[:…]`
<!-- YAML