From 3639e02843a10eb74a5f5b9e19ed7c3330154307 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 18 Oct 2022 09:37:10 -0700 Subject: [PATCH] doc update --- docs/lib.md | 16 ++++++++-------- man/jc.1 | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/lib.md b/docs/lib.md index 0067f932..b6f72d97 100644 --- a/docs/lib.md +++ b/docs/lib.md @@ -113,8 +113,8 @@ Returns: ### parser\_mod\_list ```python -def parser_mod_list(show_hidden: bool = True, - show_deprecated: bool = True) -> List[str] +def parser_mod_list(show_hidden: bool = False, + show_deprecated: bool = False) -> List[str] ``` 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 ```python -def plugin_parser_mod_list(show_hidden: bool = True, - show_deprecated: bool = True) -> List[str] +def plugin_parser_mod_list(show_hidden: bool = False, + show_deprecated: bool = False) -> List[str] ``` 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 ```python -def standard_parser_mod_list(show_hidden: bool = True, - show_deprecated: bool = True) -> List[str] +def standard_parser_mod_list(show_hidden: bool = False, + show_deprecated: bool = False) -> List[str] ``` Returns a list of standard parser module names. This function is a @@ -149,8 +149,8 @@ parsers. ### streaming\_parser\_mod\_list ```python -def streaming_parser_mod_list(show_hidden: bool = True, - show_deprecated: bool = True) -> List[str] +def streaming_parser_mod_list(show_hidden: bool = False, + show_deprecated: bool = False) -> List[str] ``` Returns a list of streaming parser module names. This function is a diff --git a/man/jc.1 b/man/jc.1 index 1c6b8c0d..cc6cf579 100644 --- a/man/jc.1 +++ b/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 \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings .SH SYNOPSIS