commit 021f76e
delthas
·
2024-04-25 23:49:41 +0000 UTC
parent e29587a
commands: Make HELP slightly more compact Now that we have many more commands, avoid any extra padding.
1 files changed,
+0,
-3
+0,
-3
1@@ -381,9 +381,6 @@ func commandDoHelp(app *App, args []string) (err error) {
2 At: t,
3 Body: ui.PlainSprintf(" %s", cmd.Desc),
4 })
5- app.win.AddLine(netID, buffer, ui.Line{
6- At: t,
7- })
8 }
9
10 addLineCommands := func(names []string) {