Prettier help message

This commit is contained in:
2022-10-22 09:54:50 -07:00
parent fa02c2aa5b
commit 3cd0762d16
2 changed files with 5 additions and 1 deletions

View File

@@ -191,7 +191,7 @@ def help(command, runner) -> None:
"<cmd_h>Commands:</cmd_h>"+
"\n" +
"\n".join([
f"\t{name} \t {text}"
f"\t<cmd_code>{name}</cmd_code> \t {text}"
for name, text in help_texts.items()
]) +
"</cmd_text>"