1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

clarify -q option

This commit is contained in:
Kelly Brazil
2021-01-07 12:09:41 -08:00
parent 9cf5be73e3
commit ef856c6ba5

View File

@ -186,7 +186,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio
- `-d` debug mode. Prints trace messages if parsing issues encountered (use `-dd` for verbose debugging) - `-d` debug mode. Prints trace messages if parsing issues encountered (use `-dd` for verbose debugging)
- `-m` monochrome JSON output - `-m` monochrome JSON output
- `-p` pretty format the JSON output - `-p` pretty format the JSON output
- `-q` quiet mode. Suppresses warning messages - `-q` quiet mode. Suppresses parser warning messages
- `-r` raw output. Provides a more literal JSON output with all values as strings and no additional semantic processing - `-r` raw output. Provides a more literal JSON output with all values as strings and no additional semantic processing
### Setting Custom Colors via Environment Variable ### Setting Custom Colors via Environment Variable