mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -210,7 +210,7 @@ option.
|
|||||||
| ` --jar-manifest` | Java MANIFEST.MF file parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/jar_manifest) |
|
| ` --jar-manifest` | Java MANIFEST.MF file parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/jar_manifest) |
|
||||||
| ` --jobs` | `jobs` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/jobs) |
|
| ` --jobs` | `jobs` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/jobs) |
|
||||||
| ` --jwt` | JWT string parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/jwt) |
|
| ` --jwt` | JWT string parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/jwt) |
|
||||||
| ` --kv` | Key/Value file parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/kv) |
|
| ` --kv` | Key/Value file and string parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/kv) |
|
||||||
| ` --last` | `last` and `lastb` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/last) |
|
| ` --last` | `last` and `lastb` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/last) |
|
||||||
| ` --ls` | `ls` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/ls) |
|
| ` --ls` | `ls` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/ls) |
|
||||||
| ` --ls-s` | `ls` command streaming parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/ls_s) |
|
| ` --ls-s` | `ls` command streaming parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/ls_s) |
|
||||||
|
@ -160,7 +160,7 @@ _jc() {
|
|||||||
'--jar-manifest:Java MANIFEST.MF file parser'
|
'--jar-manifest:Java MANIFEST.MF file parser'
|
||||||
'--jobs:`jobs` command parser'
|
'--jobs:`jobs` command parser'
|
||||||
'--jwt:JWT string parser'
|
'--jwt:JWT string parser'
|
||||||
'--kv:Key/Value file parser'
|
'--kv:Key/Value file and string parser'
|
||||||
'--last:`last` and `lastb` command parser'
|
'--last:`last` and `lastb` command parser'
|
||||||
'--ls:`ls` command parser'
|
'--ls:`ls` command parser'
|
||||||
'--ls-s:`ls` command streaming parser'
|
'--ls-s:`ls` command streaming parser'
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# jc.parsers.kv
|
# jc.parsers.kv
|
||||||
|
|
||||||
jc - JSON Convert `Key/Value` file parser
|
jc - JSON Convert `Key/Value` file and string parser
|
||||||
|
|
||||||
Supports files containing simple key/value pairs.
|
Supports files containing simple key/value pairs.
|
||||||
|
|
||||||
|
4
man/jc.1
4
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2022-12-23 1.22.4 "JSON Convert"
|
.TH jc 1 2022-12-27 1.22.4 "JSON Convert"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings
|
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -318,7 +318,7 @@ JWT string parser
|
|||||||
.TP
|
.TP
|
||||||
.B
|
.B
|
||||||
\fB--kv\fP
|
\fB--kv\fP
|
||||||
Key/Value file parser
|
Key/Value file and string parser
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B
|
.B
|
||||||
|
Reference in New Issue
Block a user