Skip to content

Commit aa12de0

Browse files
RafaelGSSaduh95
authored andcommitted
doc: sort --report-exclude alphabetically
PR-URL: #55788 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 16786a6 commit aa12de0

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

doc/api/cli.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -1993,6 +1993,26 @@ changes:
19931993

19941994
Location at which the report will be generated.
19951995

1996+
### `--report-exclude-env`
1997+
1998+
<!-- YAML
1999+
added: REPLACEME
2000+
-->
2001+
2002+
When `--report-exclude-env` is passed the diagnostic report generated will not
2003+
contain the `environmentVariables` data.
2004+
2005+
### `--report-exclude-network`
2006+
2007+
<!-- YAML
2008+
added:
2009+
- v22.0.0
2010+
- v20.13.0
2011+
-->
2012+
2013+
Exclude `header.networkInterfaces` from the diagnostic report. By default
2014+
this is not set and the network interfaces are included.
2015+
19962016
### `--report-filename=filename`
19972017

19982018
<!-- YAML
@@ -2057,15 +2077,6 @@ Enables report to be generated upon receiving the specified (or predefined)
20572077
signal to the running Node.js process. The signal to trigger the report is
20582078
specified through `--report-signal`.
20592079

2060-
### `--report-exclude-env`
2061-
2062-
<!-- YAML
2063-
added: REPLACEME
2064-
-->
2065-
2066-
When `--report-exclude-env` is passed the diagnostic report generated will not
2067-
contain the `environmentVariables` data.
2068-
20692080
### `--report-signal=signal`
20702081

20712082
<!-- YAML
@@ -2110,17 +2121,6 @@ Enables report to be generated when the process exits due to an uncaught
21102121
exception. Useful when inspecting the JavaScript stack in conjunction with
21112122
native stack and other runtime environment data.
21122123

2113-
### `--report-exclude-network`
2114-
2115-
<!-- YAML
2116-
added:
2117-
- v22.0.0
2118-
- v20.13.0
2119-
-->
2120-
2121-
Exclude `header.networkInterfaces` from the diagnostic report. By default
2122-
this is not set and the network interfaces are included.
2123-
21242124
### `-r`, `--require module`
21252125

21262126
<!-- YAML

0 commit comments

Comments
 (0)