1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-06 22:32:54 +02:00

add -C option to docs

This commit is contained in:
Kelly Brazil
2021-12-08 08:22:28 -08:00
parent 4fdb34c7d5
commit ac7c13fcc0
4 changed files with 11 additions and 1 deletions

View File

@ -191,6 +191,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio
### Options
- `-a` about `jc`. Prints information about `jc` and the parsers (in JSON, of course!)
- `-C` force color output even when using pipes (overrides `-m` and the `NO_COLOR` env variable)
- `-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
- `-m` monochrome JSON output

View File

@ -1,4 +1,4 @@
.TH jc 1 2021-12-02 1.17.3 "JSON CLI output utility"
.TH jc 1 2021-12-08 1.17.3 "JSON CLI output utility"
.SH NAME
jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS
@ -440,6 +440,10 @@ Options:
about jc (JSON output)
.TP
.B
\fB-C\fP
force color output even when using pipes (overrides `-m` and the `NO_COLOR` env variable)
.TP
.B
\fB-d\fP
debug - show traceback (use \fB-dd\fP for verbose traceback)
.TP

View File

@ -35,6 +35,10 @@ Options:
about jc (JSON output)
.TP
.B
\fB-C\fP
force color output even when using pipes (overrides `-m` and the `NO_COLOR` env variable)
.TP
.B
\fB-d\fP
debug - show traceback (use \fB-dd\fP for verbose traceback)
.TP

View File

@ -110,6 +110,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio
### Options
- `-a` about `jc`. Prints information about `jc` and the parsers (in JSON, of course!)
- `-C` force color output even when using pipes (overrides `-m` and the `NO_COLOR` env variable)
- `-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
- `-m` monochrome JSON output