pkgs/cli: Remove superfluous comment string

This commit is contained in:
a-kenji
2024-11-14 15:04:19 +01:00
parent eb31b1cfa0
commit 52f5bc048b

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",