1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-10 22:41:51 +02:00

use -qq to ignore streaming exceptions

This commit is contained in:
Kelly Brazil
2021-09-23 11:48:39 -07:00
parent 9c6c6c4330
commit 98a7686db4
18 changed files with 160 additions and 152 deletions

View File

@@ -114,7 +114,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio
- `-h` help. Use `jc -h --parser_name` for parser documentation
- `-m` monochrome JSON output
- `-p` pretty format the JSON output
- `-q` quiet mode. Suppresses parser warning messages
- `-q` quiet mode. Suppresses parser warning messages (use `-qq` to ignore streaming parser errors)
- `-r` raw output. Provides a more literal JSON output, typically with string values and no additional semantic processing
- `-u` unbuffer output
- `-v` version information