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

doc update

This commit is contained in:
Kelly Brazil
2022-02-02 15:58:29 -08:00
parent 1391063217
commit aceeb84507
3 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,10 @@
jc changelog
20220202 v1.18.3
- Add rsync command and log file parser tested on linux and macOS
- Add rsync command and log file streaming parser tested on linux and macOS
- Move exception handling from streaming parsers to cli module to simplify code
20220127 v1.18.2
- Fix for plugin parsers with underscores in the name
- Add type hints to public API functions

View File

@ -209,6 +209,7 @@ option.
- `--route` enables the `route` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/route))
- `--rpm-qi` enables the `rpm -qi` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/rpm_qi))
- `--rsync` enables the `rsync` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/rsync))
- `--rsync-s` enables the `rsync` command streaming parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/rsync_s))
- `--sfdisk` enables the `sfdisk` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/sfdisk))
- `--shadow` enables the `/etc/shadow` file parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/shadow))
- `--ss` enables the `ss` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/ss))

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-02-01 1.18.3 "JSON CLI output utility"
.TH jc 1 2022-02-02 1.18.3 "JSON CLI output utility"
.SH NAME
jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS
@ -307,6 +307,11 @@ Key/Value file parser
\fB--rsync\fP
`rsync` command parser
.TP
.B
\fB--rsync-s\fP
`rsync` command streaming parser
.TP
.B
\fB--sfdisk\fP