-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: misaligned node --help text #10935
Labels
cli
Issues and PRs related to the Node.js command line interface.
good first issue
Issues that are suitable for first-time contributors.
Comments
mscdex
added
good first issue
Issues that are suitable for first-time contributors.
process
Issues and PRs related to the process subsystem.
labels
Jan 21, 2017
mscdex
changed the title
process: misaligned node --help text
cli: misaligned node --help text
Jan 21, 2017
mscdex
added
cli
Issues and PRs related to the Node.js command line interface.
and removed
process
Issues and PRs related to the process subsystem.
labels
Jan 21, 2017
Hi, I would like to work on this one. |
2 tasks
Trott
pushed a commit
to aashil/node
that referenced
this issue
Jan 28, 2017
The alignment of the argument descriptions in the "node --help" text is off. This commit fixes the issue by adding two spaces before each of the argument description. PR-URL: nodejs#10948 Fixes: nodejs#10935 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Josh Gavant <[email protected]>
joshgav
pushed a commit
to aashil/node
that referenced
this issue
Feb 7, 2017
The alignment of the argument descriptions in the "node --help" text is off. This commit fixes the issue by adding two spaces before each of the argument description. PR-URL: nodejs#10948 Fixes: nodejs#10935 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Josh Gavant <[email protected]>
italoacasas
pushed a commit
to italoacasas/node
that referenced
this issue
Feb 14, 2017
The alignment of the argument descriptions in the "node --help" text is off. This commit fixes the issue by adding two spaces before each of the argument description. PR-URL: nodejs#10948 Fixes: nodejs#10935 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Josh Gavant <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cli
Issues and PRs related to the Node.js command line interface.
good first issue
Issues that are suitable for first-time contributors.
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.The text was updated successfully, but these errors were encountered: