diff --git a/docs/parsers/id.md b/docs/parsers/id.md index 190f06f0..a1a05946 100644 --- a/docs/parsers/id.md +++ b/docs/parsers/id.md @@ -130,4 +130,6 @@ Compatibility: linux, darwin, aix, freebsd Source: [`jc/parsers/id.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/id.py) -Version 1.6 by Kelly Brazil (kellyjonbrazil@gmail.com) +This parser can be used with the `--slurp` command-line option. + +Version 1.7 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/docs/parsers/os_prober.md b/docs/parsers/os_prober.md index 4734918f..5bbe08c0 100644 --- a/docs/parsers/os_prober.md +++ b/docs/parsers/os_prober.md @@ -65,4 +65,6 @@ Compatibility: linux Source: [`jc/parsers/os_prober.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/os_prober.py) -Version 1.1 by Kelly Brazil (kellyjonbrazil@gmail.com) +This parser can be used with the `--slurp` command-line option. + +Version 1.2 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/docs/parsers/uname.md b/docs/parsers/uname.md index 2b2ecb5b..96a09791 100644 --- a/docs/parsers/uname.md +++ b/docs/parsers/uname.md @@ -72,4 +72,6 @@ Compatibility: linux, darwin, freebsd Source: [`jc/parsers/uname.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/uname.py) -Version 1.7 by Kelly Brazil (kellyjonbrazil@gmail.com) +This parser can be used with the `--slurp` command-line option. + +Version 1.8 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/docs/parsers/uptime.md b/docs/parsers/uptime.md index a9c3e22d..aeecc5d1 100644 --- a/docs/parsers/uptime.md +++ b/docs/parsers/uptime.md @@ -90,4 +90,6 @@ Compatibility: linux, darwin, cygwin, aix, freebsd Source: [`jc/parsers/uptime.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/uptime.py) -Version 1.7 by Kelly Brazil (kellyjonbrazil@gmail.com) +This parser can be used with the `--slurp` command-line option. + +Version 1.8 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/jc/parsers/id.py b/jc/parsers/id.py index e44145ac..d77961a4 100644 --- a/jc/parsers/id.py +++ b/jc/parsers/id.py @@ -106,7 +106,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" - version = '1.6' + version = '1.7' description = '`id` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/man/jc.1 b/man/jc.1 index 89aeca17..7635ae8a 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2024-01-03 1.24.1 "JSON Convert" +.TH jc 1 2024-01-04 1.24.1 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings