We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7238e46 commit be41c97Copy full SHA for be41c97
1 file changed
README.md
@@ -51,9 +51,10 @@ echo '{"x": 1}' | toon - # Stdin/stdout
51
# Options
52
toon data.json --encode --delimiter "\t" --length-marker
53
toon data.toon --decode --no-strict --indent 4
54
+toon data.json --stats
55
```
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`
58
59
## API Reference
60
0 commit comments