1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-02-01 18:33:07 -08:00
parent b57d25c69a
commit 3959d3347c

View File

@ -105,7 +105,7 @@ subset of `parser_mod_list()`.
### parser\_info ### parser\_info
```python ```python
def parser_info(parser_mod_name: str) -> Optional[Dict] def parser_info(parser_mod_name: str) -> Dict
``` ```
Returns a dictionary that includes the module metadata. Returns a dictionary that includes the module metadata.
@ -118,7 +118,7 @@ This function will accept **module_name**, **cli-name**, and
### all\_parser\_info ### all\_parser\_info
```python ```python
def all_parser_info() -> List[Optional[Dict]] def all_parser_info() -> List[Dict]
``` ```
Returns a list of dictionaries that includes metadata for all modules. Returns a list of dictionaries that includes metadata for all modules.