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:
@ -3,7 +3,6 @@ jc changelog
|
|||||||
20210923 v1.17.0
|
20210923 v1.17.0
|
||||||
- Note to Package Maintainers: please see note at 20210720 v1.16.0
|
- Note to Package Maintainers: please see note at 20210720 v1.16.0
|
||||||
- Add wrapping of warning and error messages
|
- Add wrapping of warning and error messages
|
||||||
- ??? Add generic ASCII tables parser
|
|
||||||
- Add vmstat parser tested on linux
|
- Add vmstat parser tested on linux
|
||||||
- Add support for streaming parsers
|
- Add support for streaming parsers
|
||||||
- Add ls command streaming parser tested on linux, macOS, and freeBSD
|
- Add ls command streaming parser tested on linux, macOS, and freeBSD
|
||||||
|
@ -59,7 +59,7 @@ Module Example:
|
|||||||
>>>
|
>>>
|
||||||
>>> import subprocess
|
>>> import subprocess
|
||||||
>>> import jc.parsers.dig
|
>>> import jc.parsers.dig
|
||||||
>>>
|
>>>
|
||||||
>>> cmd_output = subprocess.check_output(['dig', 'example.com'], text=True)
|
>>> cmd_output = subprocess.check_output(['dig', 'example.com'], text=True)
|
||||||
>>> data = jc.parsers.dig.parse(cmd_output)
|
>>> data = jc.parsers.dig.parse(cmd_output)
|
||||||
>>>
|
>>>
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -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
|
.SH NAME
|
||||||
jc \- JSONifies the output of many CLI tools and file-types
|
jc \- JSONifies the output of many CLI tools and file-types
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Reference in New Issue
Block a user