-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
tools: Markdown lint script's --help
does not work as advertised
#30156
Labels
tools
Issues and PRs related to the tools directory.
Comments
I'll look into it. |
Okay, I don't think it's a problem since you can simply do : |
Ah yes, that seems to do it. Thanks, @Xstoudi! For some reason the help menu doesn't come up when running |
--help
does not work as advertised
MylesBorins
pushed a commit
that referenced
this issue
Dec 17, 2019
Prior to this commit, running `node tools/lint-md --help` and `node tools/lint-md --version` resulted in an error. * Use `unified-args` to start processor * Use `unified-args`'s error handler Fixes: #30156 PR-URL: #30216 Reviewed-By: Rich Trott <[email protected]>
targos
pushed a commit
that referenced
this issue
Jan 14, 2020
Prior to this commit, running `node tools/lint-md --help` and `node tools/lint-md --version` resulted in an error. * Use `unified-args` to start processor * Use `unified-args`'s error handler Fixes: #30156 PR-URL: #30216 Reviewed-By: Rich Trott <[email protected]>
BethGriggs
pushed a commit
that referenced
this issue
Feb 6, 2020
Prior to this commit, running `node tools/lint-md --help` and `node tools/lint-md --version` resulted in an error. * Use `unified-args` to start processor * Use `unified-args`'s error handler Fixes: #30156 PR-URL: #30216 Reviewed-By: Rich Trott <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
node tools/lint-md <PATH>
always outputs the contents of the document it is linting. When used in combination with other checks, this unnecessary output causes results from previous checks to become very difficult to locate. I have not been able to find a way to stop it from outputting file contents even when passing it arguments to silence it.The text was updated successfully, but these errors were encountered: