Skip to content

Commit be41c97

Browse files
committed
feat(cli): add --stats flag for token comparison
1 parent 7238e46 commit be41c97

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ echo '{"x": 1}' | toon - # Stdin/stdout
5151
# Options
5252
toon data.json --encode --delimiter "\t" --length-marker
5353
toon data.toon --decode --no-strict --indent 4
54+
toon data.json --stats
5455
```
5556

56-
**Options:** `-e/--encode` `-d/--decode` `-o/--output` `--delimiter` `--indent` `--length-marker` `--no-strict`
57+
**Options:** `-e/--encode` `-d/--decode` `-o/--output` `--delimiter` `--indent` `--length-marker` `--no-strict` `--stats`
5758

5859
## API Reference
5960

0 commit comments

Comments
 (0)