X Tutup
Skip to content
Closed
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
doc: add --build-snapshot option to node.1 manpage
Adds the --build-snapshot CLI option to the node.1 manpage.
This option generates a snapshot blob when the process exits.

This is part of addressing issue #58895 which identifies
multiple CLI options missing from the manpage documentation.
  • Loading branch information
abhirammanikantareddymallidi authored Nov 24, 2025
commit 8ea1309578569a67e2f7a6dde30c2792855b6dd5
3 changes: 3 additions & 0 deletions doc/node.1
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ Allow execution of WASI when using the permission model.
.It Fl -allow-worker
Allow creating worker threads when using the permission model.
.
.It Fl -build-snapshot
Generate a snapshot blob when the process exits and write it to disk.
.
.It Fl -completion-bash
Print source-able bash completion script for Node.js.
.
Expand Down
X Tutup