docs: document count option
This commit is contained in:
parent
2e6b55ce9c
commit
b0df1e003c
|
@ -7,6 +7,7 @@ fields, and other **g**ood stuff.
|
|||
- [Build](#build)
|
||||
- [Usage](#usage)
|
||||
- [Options](#options)
|
||||
- [Count](#count)
|
||||
- [Exclude Level](#exclude-level)
|
||||
- [Exclude Name](#exclude-name)
|
||||
- [Exclude Tag](#exclude-tag)
|
||||
|
@ -37,6 +38,12 @@ fields, and other **g**ood stuff.
|
|||
|
||||
Excludes take priority over includes: a rule matching some of both will be excluded.
|
||||
|
||||
#### Count
|
||||
|
||||
- Alias: `c`
|
||||
|
||||
Exit with the error count (max of 255) rather than `0` or `1`.
|
||||
|
||||
#### Exclude Level
|
||||
|
||||
Exclude rules by log level.
|
||||
|
|
Loading…
Reference in New Issue