Merge pull request 'pkgs/cli: Remove superfluous comment string' (#2414) from kenji/clan-core:kenji-cli/improve/show-comment into main

This commit is contained in:
clan-bot
2024-11-14 14:15:52 +00:00

View File

@@ -107,7 +107,6 @@ For more detailed information, visit: {help_hyperlink("docs", "https://docs.clan
subparsers = parser.add_subparsers() subparsers = parser.add_subparsers()
# Commands directly under the root i.e. "clan show"
show_parser = subparsers.add_parser( show_parser = subparsers.add_parser(
"show", "show",
help="Show meta about the clan if present", help="Show meta about the clan if present",