Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjonbrazil committed Nov 24, 2024
1 parent 7fbe1e9 commit be1dd03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ jc changelog

20241120 v1.25.4
- Add `ipconfig` command parser (`ipconfig` for Windows)
- Add `wg show` command parser
- Enhance `ethtool` parser to support `link_partner_advertised_link_modes`
- Enhance `ifconfig` parser to support `utun` interfaces with assigned IPv4 addresses on macOS
- Enhance `nsd-control` parser with additional state fields
Expand All @@ -21,6 +22,7 @@ jc changelog
20240609 v1.25.3
- Enhance `bluetoothctl` parser with added `battery_percentage` field
- Enhance `git-log` standard and streaming parsers with added `lines_changed` field under `file_stats`
- Fix `lspci` parser to handle `physlot` fields with a range value
- Fix `pci-ids` parser to correctly handle multiple subdevices
- Fix `pip-show` parser to handle multi-line fields with a beginning blank line
- Fix `ss` parser to correctly handle the `Recv-Q` field being too close to the `Status` field
Expand Down
5 changes: 2 additions & 3 deletions jc/parsers/wg_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
or
$ jc wg-show
$ jc wg show all dump
Usage (module):
Expand Down Expand Up @@ -85,7 +85,6 @@
}
]
$ wg show all dump | jc --wg-show -p -r
[
{
Expand Down Expand Up @@ -151,7 +150,7 @@ class info:
author_email = "[email protected]"
compatible = ["linux", "darwin", "cygwin", "win32", "aix", "freebsd"]
tags = ["command"]
magic_commands = ["wg-show"]
magic_commands = ["wg show"]


__version__ = info.version
Expand Down

0 comments on commit be1dd03

Please sign in to comment.