-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
cli: misaligned node --help text #10935
Copy link
Copy link
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.
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.
The alignment of the argument descriptions in the
node --helptext is off. Specifically the--inspectand--inspect-brkoptions do not match up. Because the full--inspect-brkargument 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.