mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
doc update
This commit is contained in:
@ -4,6 +4,7 @@ jc changelog
|
|||||||
- Fix `zpool-status` command parser for lines that start with tab
|
- Fix `zpool-status` command parser for lines that start with tab
|
||||||
- Fix `timedatectl` command parser when RTC set to local
|
- Fix `timedatectl` command parser when RTC set to local
|
||||||
- Fix to ensure `py.typed` file is included in the package wheel
|
- Fix to ensure `py.typed` file is included in the package wheel
|
||||||
|
- Fix `lsusb` command parser to support CDC MBIM and CDC MBIM Extended fields
|
||||||
- Add support for the `timesync-status` for the `timedatectl` command parser
|
- Add support for the `timesync-status` for the `timedatectl` command parser
|
||||||
|
|
||||||
20230227 v1.23.0
|
20230227 v1.23.0
|
||||||
|
@ -102,6 +102,24 @@ Schema:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"cdc_mbim": {
|
||||||
|
"<item>": {
|
||||||
|
"value": string,
|
||||||
|
"description": string,
|
||||||
|
"attributes": [
|
||||||
|
string
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cdc_mbim_extended": {
|
||||||
|
"<item>": {
|
||||||
|
"value": string,
|
||||||
|
"description": string,
|
||||||
|
"attributes": [
|
||||||
|
string
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"videocontrol_descriptors": [
|
"videocontrol_descriptors": [
|
||||||
{
|
{
|
||||||
"<item>": {
|
"<item>": {
|
||||||
@ -312,4 +330,4 @@ Returns:
|
|||||||
### Parser Information
|
### Parser Information
|
||||||
Compatibility: linux
|
Compatibility: linux
|
||||||
|
|
||||||
Version 1.3 by Kelly Brazil (kellyjonbrazil@gmail.com)
|
Version 1.4 by Kelly Brazil (kellyjonbrazil@gmail.com)
|
||||||
|
@ -309,7 +309,7 @@ from jc.exceptions import ParseError
|
|||||||
|
|
||||||
class info():
|
class info():
|
||||||
"""Provides parser metadata (version, author, etc.)"""
|
"""Provides parser metadata (version, author, etc.)"""
|
||||||
version = '1.3'
|
version = '1.4'
|
||||||
description = '`lsusb` command parser'
|
description = '`lsusb` command parser'
|
||||||
author = 'Kelly Brazil'
|
author = 'Kelly Brazil'
|
||||||
author_email = 'kellyjonbrazil@gmail.com'
|
author_email = 'kellyjonbrazil@gmail.com'
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2023-03-19 1.23.1 "JSON Convert"
|
.TH jc 1 2023-03-22 1.23.1 "JSON Convert"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
||||||
and strings
|
and strings
|
||||||
|
Reference in New Issue
Block a user