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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user