Skip to content

Commit 8e24647

Browse files
committed
Update README.md to suggest using noBanner with noProgress to implement conventional --quiet behavior (fixes #545).
1 parent ea7be7a commit 8e24647

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,12 +302,14 @@ of the rules within.
302302
version numbers on `stdout`
303303
- This top-level setting is valid **only** in the directory from which
304304
`markdownlint-cli2` is run
305+
- Use with `noProgress` to suppress all output to `stdout` (i.e., `--quiet`)
305306
- `noInlineConfig`: `Boolean` value to disable the support of
306307
[HTML comments][html-comment] within Markdown content
307308
- For example: `<!-- markdownlint-disable some-rule -->`
308309
- `noProgress`: `Boolean` value to disable the display of progress on `stdout`
309310
- This top-level setting is valid **only** in the directory from which
310311
`markdownlint-cli2` is run
312+
- Use with `noBanner` to suppress all output to `stdout` (i.e., `--quiet`)
311313
- `outputFormatters`: `Array` of `Array`s, each of which has a `String`
312314
naming an [output formatter][output-formatters] followed by parameters
313315
- Formatters can be used to customize the tool's output for different

0 commit comments

Comments
 (0)