We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--quiet
Please add a --quiet flag to suppress boilerplate, e.g.:
## outputs 4 boilerplate lines $ markdownlint-cli2 '**/*.md' markdownlint-cli2 v0.17.2 (markdownlint v0.37.4) Finding: **/*.md !.build Linting: 4 file(s) Summary: 0 error(s) ## outputs nothing $ markdownlint-cli2 --quiet '**/*.md'