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

doc update

This commit is contained in:
Kelly Brazil
2022-07-22 09:28:27 -07:00
parent 8d42f747a7
commit 551f4b097d
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ Usage (cli):
Usage (module): Usage (module):
import jc import jc
result = jc.parse('iso_datetime', iso_8601_output) result = jc.parse('iso_datetime', iso_8601_string)
Schema: Schema:

View File

@ -11,7 +11,7 @@ Usage (cli):
Usage (module): Usage (module):
import jc import jc
result = jc.parse('iso_datetime', iso_8601_output) result = jc.parse('iso_datetime', iso_8601_string)
Schema: Schema:

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-07-21 1.20.3 "JSON Convert" .TH jc 1 2022-07-22 1.20.3 "JSON Convert"
.SH NAME .SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS .SH SYNOPSIS