mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-09 01:05:53 +02:00
doc update
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20240212 v1.25.2
|
20240214 v1.25.2
|
||||||
|
- Fix `iwconfig` parser to handle more special characters in the SSID name
|
||||||
- Documentation updates
|
- Documentation updates
|
||||||
|
|
||||||
20240212 v1.25.1
|
20240212 v1.25.1
|
||||||
|
@ -110,4 +110,4 @@ Compatibility: linux
|
|||||||
|
|
||||||
Source: [`jc/parsers/iwconfig.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/iwconfig.py)
|
Source: [`jc/parsers/iwconfig.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/iwconfig.py)
|
||||||
|
|
||||||
Version 1.1 by Thomas Vincent (vrince@gmail.com)
|
Version 1.2 by Thomas Vincent (vrince@gmail.com)
|
||||||
|
@ -85,7 +85,7 @@ import jc.utils
|
|||||||
|
|
||||||
class info():
|
class info():
|
||||||
"""Provides parser metadata (version, author, etc.)"""
|
"""Provides parser metadata (version, author, etc.)"""
|
||||||
version = '1.1'
|
version = '1.2'
|
||||||
description = '`iwconfig` command parser'
|
description = '`iwconfig` command parser'
|
||||||
author = 'Thomas Vincent'
|
author = 'Thomas Vincent'
|
||||||
author_email = 'vrince@gmail.com'
|
author_email = 'vrince@gmail.com'
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2024-02-12 1.25.2 "JSON Convert"
|
.TH jc 1 2024-02-14 1.25.2 "JSON Convert"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
||||||
and strings
|
and strings
|
||||||
|
Reference in New Issue
Block a user