From 3929d9cb778f08bbe08d51231b0970aec92c1e54 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Fri, 8 Nov 2024 15:05:10 -0300 Subject: [PATCH] doc: sort --report-exclude alphabetically --- 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`