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:
32
man/jc.1
32
man/jc.1
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user