diff --git a/CHANGELOG b/CHANGELOG index 7706e9f4..382fe963 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ jc changelog +20240212 v1.25.2 +- Documentation updates + 20240212 v1.25.1 - Fix for crash when optional libraries are not installed (e.g. xmltodict) - Fix for `ini` parser crashing with some keys with no values diff --git a/docs/parsers/proc.md b/docs/parsers/proc.md index 24dcdacb..3f36f8be 100644 --- a/docs/parsers/proc.md +++ b/docs/parsers/proc.md @@ -52,7 +52,7 @@ Specific Proc file parser names can be found with `jc -hh` or `jc -a`. Schemas can also be found online at: -https://kellyjonbrazil.github.io/jc/docs/parsers/proc_ + https://kellyjonbrazil.github.io/jc/docs/parsers/proc_ For example: diff --git a/jc/lib.py b/jc/lib.py index cf2429db..8974a755 100644 --- a/jc/lib.py +++ b/jc/lib.py @@ -10,7 +10,7 @@ from jc import appdirs from jc import utils -__version__ = '1.25.1' +__version__ = '1.25.2' parsers: List[str] = [ 'acpi', diff --git a/jc/parsers/proc.py b/jc/parsers/proc.py index bfa1ad3d..fbdaa0f7 100644 --- a/jc/parsers/proc.py +++ b/jc/parsers/proc.py @@ -47,7 +47,7 @@ Specific Proc file parser names can be found with `jc -hh` or `jc -a`. Schemas can also be found online at: -https://kellyjonbrazil.github.io/jc/docs/parsers/proc_ + https://kellyjonbrazil.github.io/jc/docs/parsers/proc_ For example: diff --git a/man/jc.1 b/man/jc.1 index aebe3e68..c9ca75f4 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -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 \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings @@ -1158,7 +1158,7 @@ Pretty print output .TP .B \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) .TP .B @@ -1168,7 +1168,7 @@ additional semantic processing .TP .B \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 .B \fB-u\fP, \fB--unbuffer\fP diff --git a/setup.py b/setup.py index de0ccd3e..4c883cf2 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r') as f: setuptools.setup( name='jc', - version='1.25.1', + version='1.25.2', author='Kelly Brazil', author_email='kellyjonbrazil@gmail.com', description='Converts the output of popular command-line tools and file-types to JSON.', diff --git a/templates/manpage_template b/templates/manpage_template index 096ea08e..cb76d137 100644 --- a/templates/manpage_template +++ b/templates/manpage_template @@ -83,7 +83,7 @@ Pretty print output .TP .B \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) .TP .B @@ -93,7 +93,7 @@ additional semantic processing .TP .B \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 .B \fB-u\fP, \fB--unbuffer\fP