1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-03-10 08:14:58 -08:00
parent 3278cb0de3
commit 4f0616190b
3 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ Examples:
def parse(data: Iterable[str],
raw: bool = False,
quiet: bool = False,
ignore_exceptions: bool = False) -> Union[Iterable[Dict], NoReturn]
ignore_exceptions: bool = False) -> Union[Iterable[Dict], tuple]
```
Main text parsing generator function. Returns an iterator object.

View File

@ -102,7 +102,7 @@ Examples:
def parse(data: Iterable[str],
raw: bool = False,
quiet: bool = False,
ignore_exceptions: bool = False) -> Union[Iterable[Dict], NoReturn]
ignore_exceptions: bool = False) -> Union[Iterable[Dict], tuple]
```
Main text parsing generator function. Returns an iterator object.

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-03-09 1.18.6 "JSON Convert"
.TH jc 1 2022-03-10 1.18.6 "JSON Convert"
.SH NAME
jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS