mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
doc update
This commit is contained in:
@ -3,6 +3,7 @@ jc changelog
|
||||
20231114 v1.23.7
|
||||
- Add `deb-packages-index` parser for Debian/Ubuntu Package Index files
|
||||
- Add `tune2fs` command parser
|
||||
- Update timezone change in Github Actions for node v16 requirement
|
||||
- Fix `iptables` parser for cases where the `target` field is blank in a rule
|
||||
- Fix `vmstat` parsers for some cases where wide output is used
|
||||
- Fix `mount` parser for cases with spaces in the mount point name
|
||||
|
@ -1,7 +1,5 @@
|
||||
"""jc - JSON Convert `tune2fs -l` command output parser
|
||||
|
||||
force tests
|
||||
|
||||
Usage (cli):
|
||||
|
||||
$ tune2fs -l /dev/xvda4 | jc --tune2fs
|
||||
|
Reference in New Issue
Block a user