Update README.md
This commit is contained in:
parent
490e85fd7a
commit
c77a8e719b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
Note that some characters like `*` or `(` had to be escaped because they are
|
||||||
being passed verbatim to a shell.
|
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
|
## Dependencies
|
||||||
|
|
||||||
Uses [`serde_json`](https://crates.io/crates/serde_json),
|
Uses [`serde_json`](https://crates.io/crates/serde_json),
|
||||||
|
|
Loading…
Reference in a new issue