pkgs/cli: Remove superfluous comment string
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user