1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

update -r raw option info

This commit is contained in:
Kelly Brazil
2021-04-06 11:00:46 -07:00
parent 417b70020a
commit e0d430c26c
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio
- `-m` monochrome JSON output - `-m` monochrome JSON output
- `-p` pretty format the JSON output - `-p` pretty format the JSON output
- `-q` quiet mode. Suppresses parser 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, typically with strings values and no additional semantic processing
- `-v` version information - `-v` version information
### Setting Custom Colors via Environment Variable ### Setting Custom Colors via Environment Variable

View File

@ -134,7 +134,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio
- `-m` monochrome JSON output - `-m` monochrome JSON output
- `-p` pretty format the JSON output - `-p` pretty format the JSON output
- `-q` quiet mode. Suppresses parser 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, typically with strings values and no additional semantic processing
- `-v` version information - `-v` version information
### Setting Custom Colors via Environment Variable ### Setting Custom Colors via Environment Variable