From c77a8e719bb9d2928d800c8a81fc70a119e5c7b8 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 23 Aug 2022 17:24:32 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6197b67..d9ace69 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ Then this text can be parsed with a regex like: Note that some characters like `*` or `(` had to be escaped because they are being passed verbatim to a shell. +If only one capture is used in the regex string, then that capture will be used +for the output text, and the color will be left unspecified (usually defaulting +to white). + ## Dependencies Uses [`serde_json`](https://crates.io/crates/serde_json),