1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-12-18 00:18:28 +02:00

version bump

This commit is contained in:
Kelly Brazil
2022-05-23 13:43:57 -07:00
parent 14093d9d43
commit c21c334b73
6 changed files with 19 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
.TH jc 1 2022-05-13 1.19.0 "JSON Convert"
.TH jc 1 2022-05-23 1.20.0 "JSON Convert"
.SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS
@@ -527,7 +527,7 @@ Options:
.TP
.B
\fB-a\fP
about \fBjc\fP (JSON output)
about \fBjc\fP (JSON or YAML output)
.TP
.B
\fB-C\fP
@@ -564,6 +564,10 @@ unbuffer output (useful for slow streaming data with streaming parsers)
.B
\fB-v\fP
version information
.TP
.B
\fB-y\fP
YAML output
.SH EXIT CODES
Any fatal errors within \fBjc\fP will generate an exit code of \fB100\fP, otherwise the exit code will be \fB0\fP. When using the "Magic" syntax (e.g. \fBjc ifconfig eth0\fP), \fBjc\fP will store the exit code of the program being parsed and add it to the \fBjc\fP exit code. This way it is easier to determine if an error was from the parsed program or \fBjc\fP.