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

change from line buffer output to unbuffer output

This commit is contained in:
Kelly Brazil
2021-09-16 20:41:56 -07:00
parent 4e7f6b337d
commit b48d05a431
5 changed files with 15 additions and 15 deletions

View File

@@ -110,11 +110,11 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio
- `-a` about `jc`. Prints information about `jc` and the parsers (in JSON, of course!)
- `-d` debug mode. Prints trace messages if parsing issues are encountered (use `-dd` for verbose debugging)
- `-h` help. Use `jc -h --parser_name` for parser documentation
- `-l` line buffer output
- `-m` monochrome JSON output
- `-p` pretty format the JSON output
- `-q` quiet mode. Suppresses parser warning messages
- `-r` raw output. Provides a more literal JSON output, typically with string values and no additional semantic processing
- `-u` unbuffer output
- `-v` version information
### Exit Codes