From cadba9e05fc7fa67017e473c743a1193f32634cf Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Sat, 9 Nov 2024 09:13:31 -0300 Subject: [PATCH] doc: sort --report-exclude alphabetically MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/55788 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Ulises Gascón --- doc/api/cli.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 91ab8eb351cb43..e166252d80e45c 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1992,6 +1992,26 @@ changes: Location at which the report will be generated. +### `--report-exclude-env` + + + +When `--report-exclude-env` is passed the diagnostic report generated will not +contain the `environmentVariables` data. + +### `--report-exclude-network` + + + +Exclude `header.networkInterfaces` from the diagnostic report. By default +this is not set and the network interfaces are included. + ### `--report-filename=filename` - -When `--report-exclude-env` is passed the diagnostic report generated will not -contain the `environmentVariables` data. - ### `--report-signal=signal` - -Exclude `header.networkInterfaces` from the diagnostic report. By default -this is not set and the network interfaces are included. - ### `-r`, `--require module`