summaryrefslogtreecommitdiff
path: root/doc/api/cli.md
diff options
context:
space:
mode:
authorChengzhong Wu <chengzhong.wcz@alibaba-inc.com>2022-08-19 12:42:29 +0800
committerGitHub <noreply@github.com>2022-08-19 04:42:29 +0000
commitdab205748dde60c0e3a895ee864fd06c79f66fba (patch)
tree23cfc94d81bf21e45a0f43de0ce3a602e37274b4 /doc/api/cli.md
parenta2dcc08a9cd13362d8a814d0242156c87684981f (diff)
downloadnode-new-dab205748dde60c0e3a895ee864fd06c79f66fba.tar.gz
doc,report: document special filenames
Filenames `stdout` and `stderr` have special meanings when writing the report. PR-URL: https://github.com/nodejs/node/pull/44257 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Erick Wendel <erick.workspace@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 96527710c8..232f8fd773 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -1072,6 +1072,9 @@ changes:
Name of the file to which the report will be written.
+If the filename is set to `'stdout'` or `'stderr'`, the report is written to
+the stdout or stderr of the process respectively.
+
### `--report-on-fatalerror`
<!-- YAML