Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3288,14 +3288,17 @@ certificates instead. These environment variables can be used as workarounds
if the conventional paths used by the version of OpenSSL Node.js links to are
not consistent with the system configuration that the users have for some reason.

### `--v8-options`
### --v8-options
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why were the backticks removed?
They consistently are set everywhere else


<!-- YAML
added: v0.1.3
-->

Print V8 command-line options.

The available V8 options are not covered by the Node.js stability guarantees
and may change or be removed between releases, including when Node.js is
updated to a newer V8 version.
### `--v8-pool-size=num`

<!-- YAML
Expand Down