1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

final doc update

This commit is contained in:
Kelly Brazil
2022-01-27 13:27:50 -08:00
parent 5502cda9e5
commit f7ac41db95
2 changed files with 1 additions and 13 deletions

View File

@ -236,8 +236,6 @@ option.
- `--xml` enables the XML file parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/xml)) - `--xml` enables the XML file parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/xml))
- `--yaml` enables the YAML file parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/yaml)) - `--yaml` enables the YAML file parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/yaml))
- `--zipinfo` enables the `zipinfo` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/zipinfo)) - `--zipinfo` enables the `zipinfo` command parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/zipinfo))
- `--testing-two` enables the test parser 2 ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/testing_two))
- `--testing` enables the test parser ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/testing))
### Options ### Options
- `-a` about `jc`. Prints information about `jc` and the parsers (in JSON, of - `-a` about `jc`. Prints information about `jc` and the parsers (in JSON, of

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-01-26 1.18.2 "JSON CLI output utility" .TH jc 1 2022-01-27 1.18.2 "JSON CLI output utility"
.SH NAME .SH NAME
jc \- JSONifies the output of many CLI tools and file-types jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS .SH SYNOPSIS
@ -442,16 +442,6 @@ YAML file parser
\fB--zipinfo\fP \fB--zipinfo\fP
`zipinfo` command parser `zipinfo` command parser
.TP
.B
\fB--testing-two\fP
test parser 2
.TP
.B
\fB--testing\fP
test parser
.RE .RE
.PP .PP