1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

update type hints

This commit is contained in:
Kelly Brazil
2022-01-25 15:49:48 -08:00
parent c1302f2573
commit 16370dcb3d

View File

@@ -255,7 +255,7 @@ def parser_info(parser_mod_name: str) -> Dict[str, str]:
def all_parser_info() -> List[Dict[str, str]]:
return [parser_info(_cliname_to_modname(p)) for p in parsers]
def get_help(parser_mod_name) -> None:
def get_help(parser_mod_name: str) -> None:
"""
Show help screen for the selected parser.