Merge pull request 'pkgs/clan(templates): Fix template help' (#4315) from ke-fix-template-help into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4315
This commit is contained in:
@@ -198,7 +198,7 @@ For more detailed information, visit: {help_hyperlink("getting-started", "https:
|
|||||||
|
|
||||||
parser_templates = subparsers.add_parser(
|
parser_templates = subparsers.add_parser(
|
||||||
"templates",
|
"templates",
|
||||||
help="Subcommands to interact with templates",
|
help="Interact with templates",
|
||||||
formatter_class=argparse.RawTextHelpFormatter,
|
formatter_class=argparse.RawTextHelpFormatter,
|
||||||
)
|
)
|
||||||
templates.register_parser(parser_templates)
|
templates.register_parser(parser_templates)
|
||||||
|
|||||||
Reference in New Issue
Block a user