FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: add missing CLI options to node.1 man page by Bitshifter-9 · Pull Request #60877 · nodejs/node · GitHub

/ node Public

doc: add missing CLI options to node.1 man page - #60877

Closed
Bitshifter-9 wants to merge 1 commit into
nodejs:mainfrom
Bitshifter-9:fix-manpage-missing-options
Closed

doc: add missing CLI options to node.1 man page#60877
Bitshifter-9 wants to merge 1 commit into
nodejs:mainfrom
Bitshifter-9:fix-manpage-missing-options

Conversation

Copy link
Copy Markdown

Fixes: #58895

This PR adds 34 missing CLI options to the node.1 man page that were previously documented only in the online CLI documentation.

Changes made:

  • Added missing CLI options to doc/node.1 in alphabetical order
  • Removed the knownFlagsMissingFromManPage exclusion list from the test file
  • Fixed the --report-dir/--report-directory entry format

Options added:

  • --build-snapshot
  • --build-snapshot-config
  • --disable-sigusr1
  • --disable-warning
  • --dns-result-order
  • --enable-network-family-autoselection
  • --env-file
  • --env-file-if-exists
  • --experimental-network-inspection
  • --experimental-print-required-tla
  • --experimental-require-module
  • --experimental-sea-config
  • --experimental-worker-inspection
  • --expose-gc
  • --force-node-api-uncaught-exceptions-policy
  • --import
  • --network-family-autoselection-attempt-timeout
  • --no-async-context-frame
  • --no-experimental-detect-module
  • --no-experimental-global-navigator
  • --no-experimental-require-module
  • --no-network-family-autoselection
  • --openssl-legacy-provider
  • --openssl-shared-config
  • --report-exclude-env
  • --report-exclude-network
  • --run
  • --snapshot-blob
  • --trace-env
  • --trace-env-js-stack
  • --trace-env-native-stack
  • --trace-require-module
  • --use-system-ca
  • --watch-preserve-output

The test test/parallel/test-cli-node-cli-manpage-options.mjs now passes successfully.

cc @nodejs/documentationFixes: #58895

nodejs-github-bot added the needs-ci PRs that need a full CI run. label Nov 27, 2025

Copy link
Copy Markdown
Member

(Note that web infra has a utility to generate this file, currently in doc-kit, I will land it in this repo after migration)

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some CLI options documented in the CLI docs are missing in node manpage

3 participants


Back | FazBrowse Home | New Git URL