From f7cf027053fe24285319334bad7bc4976506d1db Mon Sep 17 00:00:00 2001 From: themester Date: Sat, 11 Nov 2017 17:58:40 +0100 Subject: [PATCH] Added padding to template --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.go b/command.go index 3de13542..eba3353d 100644 --- a/command.go +++ b/command.go @@ -387,7 +387,7 @@ Aliases: {{.NameAndAliases}}{{end}}{{if .HasValidArgs}} Valid Args:{{range .ValidArgs}} - {{.Name}} {{.Short}}{{end}}{{end}}{{if .HasExample}} + {{rpad .Name 20}} {{.Short}}{{end}}{{end}}{{if .HasExample}} Examples: {{.Example}}{{end}}{{if .HasAvailableSubCommands}}