Update README.md

This commit is contained in:
Stephen Seo 2022-08-23 17:24:32 +09:00
parent 490e85fd7a
commit c77a8e719b
1 changed files with 4 additions and 0 deletions

View File

@ -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),