Skip to content

Commit 0a00217

Browse files
authored
doc: sort --report-exclude alphabetically
PR-URL: #55788 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent 069ec1b commit 0a00217

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
@@ -1992,6 +1992,26 @@ changes:
19921992

19931993
Location at which the report will be generated.
19941994

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

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

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

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

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

21252125
<!-- YAML

0 commit comments

Comments
 (0)