mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
formatting
This commit is contained in:
@ -41,12 +41,12 @@ Available Functions (use `help(jc.lib)` for details):
|
|||||||
built-in parsers and local plugin parsers.
|
built-in parsers and local plugin parsers.
|
||||||
|
|
||||||
get_help(parser_module_name: str)
|
get_help(parser_module_name: str)
|
||||||
Convenience function to display the help screen for a parser using its
|
Convenience function to display the help screen for a parser using
|
||||||
module name.
|
its module name.
|
||||||
|
|
||||||
parser_mod_list()
|
parser_mod_list()
|
||||||
Get a list of all available parser module names to be used in parse()
|
Get a list of all available parser module names to be used in
|
||||||
and get_help().
|
parse() and get_help().
|
||||||
|
|
||||||
plugin_parser_mod_list()
|
plugin_parser_mod_list()
|
||||||
Get a list of plugin parser module names. This list is a subset of
|
Get a list of plugin parser module names. This list is a subset of
|
||||||
|
@ -39,12 +39,12 @@ Available Functions (use `help(jc.lib)` for details):
|
|||||||
built-in parsers and local plugin parsers.
|
built-in parsers and local plugin parsers.
|
||||||
|
|
||||||
get_help(parser_module_name: str)
|
get_help(parser_module_name: str)
|
||||||
Convenience function to display the help screen for a parser using its
|
Convenience function to display the help screen for a parser using
|
||||||
module name.
|
its module name.
|
||||||
|
|
||||||
parser_mod_list()
|
parser_mod_list()
|
||||||
Get a list of all available parser module names to be used in parse()
|
Get a list of all available parser module names to be used in
|
||||||
and get_help().
|
parse() and get_help().
|
||||||
|
|
||||||
plugin_parser_mod_list()
|
plugin_parser_mod_list()
|
||||||
Get a list of plugin parser module names. This list is a subset of
|
Get a list of plugin parser module names. This list is a subset of
|
||||||
|
Reference in New Issue
Block a user