mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
doc update
This commit is contained in:
16
docs/lib.md
16
docs/lib.md
@ -113,8 +113,8 @@ Returns:
|
|||||||
### parser\_mod\_list
|
### parser\_mod\_list
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def parser_mod_list(show_hidden: bool = True,
|
def parser_mod_list(show_hidden: bool = False,
|
||||||
show_deprecated: bool = True) -> List[str]
|
show_deprecated: bool = False) -> List[str]
|
||||||
```
|
```
|
||||||
|
|
||||||
Returns a list of all available parser module names.
|
Returns a list of all available parser module names.
|
||||||
@ -124,8 +124,8 @@ Returns a list of all available parser module names.
|
|||||||
### plugin\_parser\_mod\_list
|
### plugin\_parser\_mod\_list
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def plugin_parser_mod_list(show_hidden: bool = True,
|
def plugin_parser_mod_list(show_hidden: bool = False,
|
||||||
show_deprecated: bool = True) -> List[str]
|
show_deprecated: bool = False) -> List[str]
|
||||||
```
|
```
|
||||||
|
|
||||||
Returns a list of plugin parser module names. This function is a
|
Returns a list of plugin parser module names. This function is a
|
||||||
@ -136,8 +136,8 @@ subset of `parser_mod_list()`.
|
|||||||
### standard\_parser\_mod\_list
|
### standard\_parser\_mod\_list
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def standard_parser_mod_list(show_hidden: bool = True,
|
def standard_parser_mod_list(show_hidden: bool = False,
|
||||||
show_deprecated: bool = True) -> List[str]
|
show_deprecated: bool = False) -> List[str]
|
||||||
```
|
```
|
||||||
|
|
||||||
Returns a list of standard parser module names. This function is a
|
Returns a list of standard parser module names. This function is a
|
||||||
@ -149,8 +149,8 @@ parsers.
|
|||||||
### streaming\_parser\_mod\_list
|
### streaming\_parser\_mod\_list
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def streaming_parser_mod_list(show_hidden: bool = True,
|
def streaming_parser_mod_list(show_hidden: bool = False,
|
||||||
show_deprecated: bool = True) -> List[str]
|
show_deprecated: bool = False) -> List[str]
|
||||||
```
|
```
|
||||||
|
|
||||||
Returns a list of streaming parser module names. This function is a
|
Returns a list of streaming parser module names. This function is a
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2022-10-15 1.22.1 "JSON Convert"
|
.TH jc 1 2022-10-18 1.22.1 "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
|
||||||
|
Reference in New Issue
Block a user