From b0df1e003c2a342a98b6b5006529b7b72ba33734 Mon Sep 17 00:00:00 2001 From: ssube Date: Sat, 15 Jun 2019 18:36:44 -0500 Subject: [PATCH] docs: document count option --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 502f0e9..a50f79d 100644 --- a/README.md +++ b/README.md @@ -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.