1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-01-26 16:34:23 -08:00
parent d4d5e206ca
commit 28ffe3076b
2 changed files with 8 additions and 9 deletions

View File

@ -110,8 +110,8 @@ def parser_info(parser_mod_name: str) -> Dict
Returns a dictionary that includes the module metadata.
This function will accept module_name, cli-name, and --argument-name
variants of the module name string.
This function will accept **module_name**, **cli-name**, and
**--argument-name** variants of the module name string.
<a id="jc.lib.all_parser_info"></a>
@ -133,6 +133,6 @@ def get_help(parser_mod_name: str) -> None
Show help screen for the selected parser.
This function will accept module_name, cli-name, and --argument-name
variants of the module name string.
This function will accept **module_name**, **cli-name**, and
**--argument-name** variants of the module name string.