Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 049258b

Browse filesBrowse files
addaleaxItalo A. Casas
authored andcommitted
doc: fixup added tags in cli.md
PR-URL: #10826 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 61798d1 commit 049258b
Copy full SHA for 049258b

File tree

Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+5-2Lines changed: 5 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Track heap object allocations for heap snapshots.
189189

190190
### `--prof-process`
191191
<!-- YAML
192-
added: v6.0.0
192+
added: v5.2.0
193193
-->
194194

195195
Process v8 profiler output generated using the v8 option `--prof`.
@@ -307,7 +307,7 @@ to an empty string (`""` or `" "`) disables persistent REPL history.
307307

308308
### `NODE_TTY_UNSAFE_ASYNC=1`
309309
<!-- YAML
310-
added: 6.4.0
310+
added: v6.4.0
311311
-->
312312

313313
When set to `1`, writes to `stdout` and `stderr` will be non-blocking and
@@ -316,6 +316,9 @@ Setting this will void any guarantee that stdio will not be interleaved or
316316
dropped at program exit. **Use of this mode is not recommended.**
317317

318318
### `NODE_EXTRA_CA_CERTS=file`
319+
<!-- YAML
320+
added: v7.3.0
321+
-->
319322

320323
When set, the well known "root" CAs (like VeriSign) will be extended with the
321324
extra certificates in `file`. The file should consist of one or more trusted

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.