mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-10 22:41:51 +02:00
doc update
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20221105 v1.22.2
|
20221107 v1.22.2
|
||||||
- add `sshd_conf` parser
|
- add `sshd_conf` parser for `sshd` configuration files and `sshd -T` output
|
||||||
- add `findmnt` parser
|
- 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 multiple IPv4 and IPv6 addresses
|
||||||
- enhance the `ifconfig` parser so it can output additional fields common on BSD
|
- enhance the `ifconfig` parser so it can output additional fields common on BSD
|
||||||
- enhance `xml` parser with optional `_` prefix for attributes instead of
|
- enhance `xml` parser with optional `_` prefix for attributes instead of
|
||||||
|
@@ -56,6 +56,10 @@ Schema:
|
|||||||
"tx_overruns": integer,
|
"tx_overruns": integer,
|
||||||
"tx_carrier": integer,
|
"tx_carrier": integer,
|
||||||
"tx_collisions": integer,
|
"tx_collisions": integer,
|
||||||
|
"options": string,
|
||||||
|
"options_flags": [
|
||||||
|
string
|
||||||
|
],
|
||||||
"status": string,
|
"status": string,
|
||||||
"hw_address": string,
|
"hw_address": string,
|
||||||
"media": string,
|
"media": string,
|
||||||
|
2
man/jc.1
2
man/jc.1
@@ -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
|
.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
|
||||||
|
Reference in New Issue
Block a user