1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-15 00:05:11 +02:00

doc update

This commit is contained in:
Kelly Brazil
2024-10-18 14:34:29 -07:00
parent 95672c23b7
commit 6072ea0ec7
6 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
jc changelog
20241018 v1.25.4
- Add `ipconfig` command parser
- Add `ipconfig` command parser (`ipconfig` for Windows)
- 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

View File

@ -218,7 +218,7 @@ option.
| `--iostat` | `iostat` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/iostat) |
| `--iostat-s` | `iostat` command streaming parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/iostat_s) |
| `--ip-address` | IPv4 and IPv6 Address string parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/ip_address) |
| `--ipconfig` | `ipconfig` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/ipconfig) |
| `--ipconfig` | `ipconfig` Windows command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/ipconfig) |
| `--iptables` | `iptables` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/iptables) |
| `--ip-route` | `ip route` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/ip_route) |
| `--iw-scan` | `iw dev [device] scan` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/iw_scan) |

View File

@ -186,7 +186,7 @@ _jc() {
'--iostat:`iostat` command parser'
'--iostat-s:`iostat` command streaming parser'
'--ip-address:IPv4 and IPv6 Address string parser'
'--ipconfig:`ipconfig` command parser'
'--ipconfig:`ipconfig` Windows command parser'
'--iptables:`iptables` command parser'
'--ip-route:`ip route` command parser'
'--iw-scan:`iw dev [device] scan` command parser'

View File

@ -3,7 +3,7 @@
# jc.parsers.ipconfig
jc - JSON Convert `ipconfig` command output parser
jc - JSON Convert `ipconfig` Windows command output parser
Usage (cli):

View File

@ -1,4 +1,4 @@
r"""jc - JSON Convert `ipconfig` command output parser
r"""jc - JSON Convert `ipconfig` Windows command output parser
Usage (cli):
@ -433,7 +433,7 @@ import jc.utils
class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1.0'
description = '`ipconfig` command parser'
description = '`ipconfig` Windows command parser'
author = 'joehacksalot'
author_email = 'joehacksalot@gmail.com'
compatible = ['windows']

View File

@ -350,7 +350,7 @@ IPv4 and IPv6 Address string parser
.TP
.B
\fB--ipconfig\fP
`ipconfig` command parser
`ipconfig` Windows command parser
.TP
.B