Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjonbrazil committed Sep 8, 2024
1 parent 1593d0b commit b054b1b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
jc changelog

20240907 v1.25.4
- Enhance `ping-s` streaming parser to support error replies
- Enhance `ethtool` parser to support `link_partner_advertised_link_modes`
- Enhance `ifconfig` parser to support `utun` interfaces with assigned IPv4 addresses on macOS
- Fix `mount` parser for cases where there are spaces in the filesystem name
Expand Down
2 changes: 1 addition & 1 deletion docs/parsers/ethtool.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ Compatibility: linux

Source: [`jc/parsers/ethtool.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/ethtool.py)

Version 1.0 by Kelly Brazil (kellyjonbrazil@gmail.com)
Version 1.1 by Kelly Brazil (kellyjonbrazil@gmail.com)
2 changes: 1 addition & 1 deletion docs/parsers/ifconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@ Compatibility: linux, aix, freebsd, darwin

Source: [`jc/parsers/ifconfig.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/ifconfig.py)

Version 2.3 by Kelly Brazil (kellyjonbrazil@gmail.com)
Version 2.4 by Kelly Brazil (kellyjonbrazil@gmail.com)
2 changes: 1 addition & 1 deletion docs/parsers/ip_address.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,4 +556,4 @@ Source: [`jc/parsers/ip_address.py`](https://github.com/kellyjonbrazil/jc/blob/m

This parser can be used with the `--slurp` command-line option.

Version 1.4 by Kelly Brazil (kellyjonbrazil@gmail.com)
Version 1.5 by Kelly Brazil (kellyjonbrazil@gmail.com)
2 changes: 1 addition & 1 deletion docs/parsers/ping_s.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ Compatibility: linux, darwin, freebsd

Source: [`jc/parsers/ping_s.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/ping_s.py)

Version 1.5 by Kelly Brazil ([email protected])
Version 1.6 by Kelly Brazil ([email protected])
2 changes: 1 addition & 1 deletion docs/parsers/uptime.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ Source: [`jc/parsers/uptime.py`](https://github.com/kellyjonbrazil/jc/blob/maste

This parser can be used with the `--slurp` command-line option.

Version 1.9 by Kelly Brazil ([email protected])
Version 1.10 by Kelly Brazil ([email protected])
2 changes: 1 addition & 1 deletion jc/parsers/ping_s.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1.5'
version = '1.6'
description = '`ping` and `ping6` command streaming parser'
author = 'Kelly Brazil'
author_email = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion man/jc.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH jc 1 2024-06-18 1.25.4 "JSON Convert"
.TH jc 1 2024-09-07 1.25.4 "JSON Convert"
.SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
and strings
Expand Down

0 comments on commit b054b1b

Please sign in to comment.