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

doc update

This commit is contained in:
Kelly Brazil
2022-10-25 11:49:02 -07:00
parent fd5cbbb4d5
commit fc85950a73
4 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
jc changelog jc changelog
20221025 v1.22.2
- fix `csv` and `csv-s` parsers for UTF-8 encoded CSV files with leading BOM bytes
20221024 v1.22.1 20221024 v1.22.1
- add `udevadm` command parser - add `udevadm` command parser
- add `lspci` command parser - add `lspci` command parser

View File

@ -100,4 +100,4 @@ Returns:
### Parser Information ### Parser Information
Compatibility: linux, darwin, cygwin, win32, aix, freebsd Compatibility: linux, darwin, cygwin, win32, aix, freebsd
Version 1.4 by Kelly Brazil (kellyjonbrazil@gmail.com) Version 1.5 by Kelly Brazil (kellyjonbrazil@gmail.com)

View File

@ -86,4 +86,4 @@ Returns:
### Parser Information ### Parser Information
Compatibility: linux, darwin, cygwin, win32, aix, freebsd Compatibility: linux, darwin, cygwin, win32, aix, freebsd
Version 1.3 by Kelly Brazil (kellyjonbrazil@gmail.com) Version 1.4 by Kelly Brazil (kellyjonbrazil@gmail.com)

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-10-24 1.22.1 "JSON Convert" .TH jc 1 2022-10-25 1.22.1 "JSON Convert"
.SH NAME .SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings
.SH SYNOPSIS .SH SYNOPSIS