1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

man page update

This commit is contained in:
Kelly Brazil
2022-06-06 10:32:18 -07:00
parent 79add35fc1
commit a415bc23fa
2 changed files with 31 additions and 31 deletions

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-06-05 1.20.1 "JSON Convert" .TH jc 1 2022-06-06 1.20.1 "JSON Convert"
.SH NAME .SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS .SH SYNOPSIS
@ -541,55 +541,55 @@ Options:
.TP .TP
.B .B
\fB-a\fP \fB-a\fP, \fB--about\fP
about \fBjc\fP (JSON or YAML output) about \fBjc\fP (JSON or YAML output)
.TP .TP
.B .B
\fB-C\fP \fB-C\fP, \fB--force-color\fP
force color output even when using pipes (overrides \fB-m\fP and the \fBNO_COLOR\fP env variable) force color output even when using pipes (overrides \fB-m\fP and the \fBNO_COLOR\fP env variable)
.TP .TP
.B .B
\fB-d\fP \fB-d\fP, \fB--debug\fP
debug - show traceback (use \fB-dd\fP for verbose traceback) debug - show traceback (use \fB-dd\fP for verbose traceback)
.TP .TP
.B .B
\fB-h\fP \fB-h\fP, \fB--help\fP
help (\fB-h --parser_name\fP for parser documentation) help (\fB--help --parser_name\fP for parser documentation)
.TP .TP
.B .B
\fB-m\fP \fB-m\fP, \fB--monochrome\fP
monochrome output monochrome output
.TP .TP
.B .B
\fB-p\fP \fB-p\fP, \fB--pretty\fP
pretty print output pretty print output
.TP .TP
.B .B
\fB-q\fP \fB-q\fP, \fB--quiet\fP
quiet - suppress warnings (use \fB-qq\fP to ignore streaming parser errors) quiet - suppress warnings (use \fB-qq\fP to ignore streaming parser errors)
.TP .TP
.B .B
\fB-r\fP \fB-r\fP, \fB--raw\fP
raw JSON output raw output
.TP .TP
.B .B
\fB-u\fP \fB-u\fP, \fB--unbuffer\fP
unbuffer output (useful for slow streaming data with streaming parsers) unbuffer output (useful for slow streaming data with streaming parsers)
.TP .TP
.B .B
\fB-v\fP \fB-v\fP, \fB--version\fP
version information version information
.TP .TP
.B .B
\fB-y\fP \fB-y\fP, \fB--yaml-out\fP
YAML output YAML output
.TP .TP
.B .B
\fB-B\fP \fB-B\fP, \fB--bash-comp\fP
generate Bash shell completion script generate Bash shell completion script
.TP .TP
.B .B
\fB-Z\fP \fB-Z\fP, \fB--zsh-comp\fP
generate Zsh shell completion script generate Zsh shell completion script
.SH EXIT CODES .SH EXIT CODES

View File

@ -31,55 +31,55 @@ Options:
.TP .TP
.B .B
\fB-a\fP \fB-a\fP, \fB--about\fP
about \fBjc\fP (JSON or YAML output) about \fBjc\fP (JSON or YAML output)
.TP .TP
.B .B
\fB-C\fP \fB-C\fP, \fB--force-color\fP
force color output even when using pipes (overrides \fB-m\fP and the \fBNO_COLOR\fP env variable) force color output even when using pipes (overrides \fB-m\fP and the \fBNO_COLOR\fP env variable)
.TP .TP
.B .B
\fB-d\fP \fB-d\fP, \fB--debug\fP
debug - show traceback (use \fB-dd\fP for verbose traceback) debug - show traceback (use \fB-dd\fP for verbose traceback)
.TP .TP
.B .B
\fB-h\fP \fB-h\fP, \fB--help\fP
help (\fB-h --parser_name\fP for parser documentation) help (\fB--help --parser_name\fP for parser documentation)
.TP .TP
.B .B
\fB-m\fP \fB-m\fP, \fB--monochrome\fP
monochrome output monochrome output
.TP .TP
.B .B
\fB-p\fP \fB-p\fP, \fB--pretty\fP
pretty print output pretty print output
.TP .TP
.B .B
\fB-q\fP \fB-q\fP, \fB--quiet\fP
quiet - suppress warnings (use \fB-qq\fP to ignore streaming parser errors) quiet - suppress warnings (use \fB-qq\fP to ignore streaming parser errors)
.TP .TP
.B .B
\fB-r\fP \fB-r\fP, \fB--raw\fP
raw JSON output raw output
.TP .TP
.B .B
\fB-u\fP \fB-u\fP, \fB--unbuffer\fP
unbuffer output (useful for slow streaming data with streaming parsers) unbuffer output (useful for slow streaming data with streaming parsers)
.TP .TP
.B .B
\fB-v\fP \fB-v\fP, \fB--version\fP
version information version information
.TP .TP
.B .B
\fB-y\fP \fB-y\fP, \fB--yaml-out\fP
YAML output YAML output
.TP .TP
.B .B
\fB-B\fP \fB-B\fP, \fB--bash-comp\fP
generate Bash shell completion script generate Bash shell completion script
.TP .TP
.B .B
\fB-Z\fP \fB-Z\fP, \fB--zsh-comp\fP
generate Zsh shell completion script generate Zsh shell completion script
.SH EXIT CODES .SH EXIT CODES