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

final doc update

This commit is contained in:
Kelly Brazil
2021-09-26 14:50:02 -07:00
parent c7bcb0947a
commit 77dcbc544d
3 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@ jc changelog
20210923 v1.17.0
- Note to Package Maintainers: please see note at 20210720 v1.16.0
- Add wrapping of warning and error messages
- ??? Add generic ASCII tables parser
- Add vmstat parser tested on linux
- Add support for streaming parsers
- Add ls command streaming parser tested on linux, macOS, and freeBSD

View File

@ -59,7 +59,7 @@ Module Example:
>>>
>>> import subprocess
>>> import jc.parsers.dig
>>>
>>>
>>> cmd_output = subprocess.check_output(['dig', 'example.com'], text=True)
>>> data = jc.parsers.dig.parse(cmd_output)
>>>

View File

@ -1,4 +1,4 @@
.TH jc 1 2021-09-25 1.17.0 "JSON CLI output utility"
.TH jc 1 2021-09-26 1.17.0 "JSON CLI output utility"
.SH NAME
jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS