Skip to content

Commit

Permalink
Better docs for schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Sep 27, 2023
1 parent c1ba1a4 commit f6f61a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ You can check the running plans with `list` subcommand

### JSON schema

| Field | Description |
| ------ | ----------------------------------------------------------------------------------------- |
| regex | [RE2](https://github.com/google/re2/wiki/Syntax), be careful to escape for JSON stringify |
| script | Bash script |
| Field | Description |
| ------ | -------------------------------------------------------------------------------------------- |
| regex | [RE2](https://github.com/google/re2/wiki/Syntax), remember to escape meta characters in JSON |
| script | Bash script to get new string |

### Options

Expand Down

0 comments on commit f6f61a9

Please sign in to comment.