1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-09 01:05:53 +02:00
This commit is contained in:
Kelly Brazil
2022-01-26 18:09:30 -08:00
parent 254c4fc507
commit e93adf1884
2 changed files with 6 additions and 4 deletions

View File

@ -74,9 +74,10 @@ Use `help(jc.lib)` for details:
parser_mod_list() -> list
Get a list of all available parser module names to be used in
parse() and get_help().
parse(), parser_info(), and get_help().
plugin_parser_mod_list() -> list
Get a list of plugin parser module names. This list is a subset of
Get a list of plugin parser module names to be used in
parse(), parser_info(), and get_help(). This list is a subset of
parser_mod_list().

View File

@ -70,10 +70,11 @@ Use `help(jc.lib)` for details:
parser_mod_list() -> list
Get a list of all available parser module names to be used in
parse() and get_help().
parse(), parser_info(), and get_help().
plugin_parser_mod_list() -> list
Get a list of plugin parser module names. This list is a subset of
Get a list of plugin parser module names to be used in
parse(), parser_info(), and get_help(). This list is a subset of
parser_mod_list().
"""
from .lib import (__version__, parse, parser_mod_list, plugin_parser_mod_list,