mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
add get_help()
This commit is contained in:
@ -84,4 +84,5 @@ To get a list of all available parser module names, use
|
||||
`jc.parser_mod_list()`. For a list of plugin parser module names only,
|
||||
use the `jc.plugin_parser_mod_list()` function.
|
||||
"""
|
||||
from .lib import __version__, parse, parser_mod_list, plugin_parser_mod_list
|
||||
from .lib import (__version__, parse, parser_mod_list,
|
||||
plugin_parser_mod_list, get_help)
|
||||
|
Reference in New Issue
Block a user