1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

version bump and doc updates

This commit is contained in:
Kelly Brazil
2024-02-12 21:31:10 -08:00
parent 412f11276a
commit 6275591ef1
7 changed files with 12 additions and 9 deletions

View File

@ -1,5 +1,8 @@
jc changelog jc changelog
20240212 v1.25.2
- Documentation updates
20240212 v1.25.1 20240212 v1.25.1
- Fix for crash when optional libraries are not installed (e.g. xmltodict) - Fix for crash when optional libraries are not installed (e.g. xmltodict)
- Fix for `ini` parser crashing with some keys with no values - Fix for `ini` parser crashing with some keys with no values

View File

@ -10,7 +10,7 @@ from jc import appdirs
from jc import utils from jc import utils
__version__ = '1.25.1' __version__ = '1.25.2'
parsers: List[str] = [ parsers: List[str] = [
'acpi', 'acpi',

View File

@ -1,4 +1,4 @@
.TH jc 1 2024-02-12 1.25.1 "JSON Convert" .TH jc 1 2024-02-12 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
@ -1158,7 +1158,7 @@ Pretty print output
.TP .TP
.B .B
\fB-q\fP, \fB--quiet\fP \fB-q\fP, \fB--quiet\fP
Quiet mode. Suppresses parser warning messages (use -qq to ignore streaming Quiet mode. Suppresses parser warning messages (use \fB-qq\fP to ignore streaming
parser errors) parser errors)
.TP .TP
.B .B
@ -1168,7 +1168,7 @@ additional semantic processing
.TP .TP
.B .B
\fB-s\fP, \fB--slurp\fP \fB-s\fP, \fB--slurp\fP
Slurp multiple lines into an array. (use \fB-hhh\fP` to find compatible parsers) Slurp multiple lines into an array. (use \fB-hhh\fP to find compatible parsers)
.TP .TP
.B .B
\fB-u\fP, \fB--unbuffer\fP \fB-u\fP, \fB--unbuffer\fP

View File

@ -5,7 +5,7 @@ with open('README.md', 'r') as f:
setuptools.setup( setuptools.setup(
name='jc', name='jc',
version='1.25.1', version='1.25.2',
author='Kelly Brazil', author='Kelly Brazil',
author_email='kellyjonbrazil@gmail.com', author_email='kellyjonbrazil@gmail.com',
description='Converts the output of popular command-line tools and file-types to JSON.', description='Converts the output of popular command-line tools and file-types to JSON.',

View File

@ -83,7 +83,7 @@ Pretty print output
.TP .TP
.B .B
\fB-q\fP, \fB--quiet\fP \fB-q\fP, \fB--quiet\fP
Quiet mode. Suppresses parser warning messages (use -qq to ignore streaming Quiet mode. Suppresses parser warning messages (use \fB-qq\fP to ignore streaming
parser errors) parser errors)
.TP .TP
.B .B
@ -93,7 +93,7 @@ additional semantic processing
.TP .TP
.B .B
\fB-s\fP, \fB--slurp\fP \fB-s\fP, \fB--slurp\fP
Slurp multiple lines into an array. (use \fB-hhh\fP` to find compatible parsers) Slurp multiple lines into an array. (use \fB-hhh\fP to find compatible parsers)
.TP .TP
.B .B
\fB-u\fP, \fB--unbuffer\fP \fB-u\fP, \fB--unbuffer\fP