Use consistent layout for Usage template

Other sections like Usage, Aliases, Available Commands, Flags and
Additional help topics have two spaces indent.
This commit is contained in:
Erdal TAŞKESEN 2022-07-08 07:12:17 +03:00
parent a0aadc68eb
commit 0bd365c14b
No known key found for this signature in database
GPG key ID: 59A48E85C4A36006

View file

@ -508,7 +508,7 @@ Aliases:
{{.NameAndAliases}}{{end}}{{if .HasExample}}
Examples:
{{.Example}}{{end}}{{if .HasAvailableSubCommands}}
{{.Example}}{{end}}{{if .HasAvailableSubCommands}}
Available Commands:{{range .Commands}}{{if (or .IsAvailableCommand (eq .Name "help"))}}
{{rpad .Name .NamePadding }} {{.Short}}{{end}}{{end}}{{end}}{{if .HasAvailableLocalFlags}}