Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index af1ca0bfe64..4f9d98a2344 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -103,7 +103,7 @@ If this flag is passed, the behavior can still be set to not abort through
### `--build-snapshot`
<!-- YAML
-added: REPLACEME
+added: v18.8.0
-->
> Stability: 1 - Experimental
@@ -1107,7 +1107,7 @@ Default signal is `SIGUSR2`.
<!-- YAML
added: v11.8.0
changes:
- - version: REPLACEME
+ - version: v18.8.0
pr-url: https://github.com/nodejs/node/pull/44208
description: Report is not generated if the uncaught exception is handled.
- version:
@@ -1164,7 +1164,7 @@ The value given must be a power of two.
### `--snapshot-blob=path`
<!-- YAML
-added: REPLACEME
+added: v18.8.0
-->
> Stability: 1 - Experimental
@@ -1300,7 +1300,7 @@ for TLSv1.2, which is not as secure as TLSv1.3.
<!-- YAML
added: v14.3.0
-deprecated: REPLACEME
+deprecated: v18.8.0
-->
> Stability: 0 - Deprecated
@@ -1461,7 +1461,7 @@ loading phase, it will always raise it as an uncaught exception.
### `--update-assert-snapshot`
<!-- YAML
-added: REPLACEME
+added: v18.8.0
-->
Force updating snapshot files for [`assert.snapshot()`][]