-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed
Labels
cliIssues and PRs related to the Node.js command line interface.Issues and PRs related to the Node.js command line interface.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Description
- Version: master
- Platform: n/a
- Subsystem: cli
The alignment of the argument descriptions in the node --help
text is off. Specifically the --inspect
and --inspect-brk
options do not match up. Because the full --inspect-brk
argument name is the longest, all of the other arguments' descriptions may need to be indented a couple of spaces further to accommodate this longer argument name.
Metadata
Metadata
Assignees
Labels
cliIssues and PRs related to the Node.js command line interface.Issues and PRs related to the Node.js command line interface.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.