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

doc update

This commit is contained in:
Kelly Brazil
2022-11-07 10:44:37 -08:00
parent ce680d4082
commit b884f6aacc
3 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,9 @@
jc changelog
20221105 v1.22.2
- add `sshd_conf` parser
- add `findmnt` parser
20221107 v1.22.2
- add `sshd_conf` parser for `sshd` configuration files and `sshd -T` output
- add `findmnt` command parser
- add SemVer string parser
- enhance the `ifconfig` parser so it can output multiple IPv4 and IPv6 addresses
- enhance the `ifconfig` parser so it can output additional fields common on BSD
- enhance `xml` parser with optional `_` prefix for attributes instead of

View File

@ -56,6 +56,10 @@ Schema:
"tx_overruns": integer,
"tx_carrier": integer,
"tx_collisions": integer,
"options": string,
"options_flags": [
string
],
"status": string,
"hw_address": string,
"media": string,

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-11-06 1.22.2 "JSON Convert"
.TH jc 1 2022-11-07 1.22.2 "JSON Convert"
.SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings
.SH SYNOPSIS