Skip to content

Commit

Permalink
Merge pull request #1861 from abennett/main
Browse files Browse the repository at this point in the history
include a newline between different categories
  • Loading branch information
meatballhat committed Apr 29, 2024
2 parents 065ea5c + ab284d7 commit 6bba9e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template.go
Expand Up @@ -10,6 +10,7 @@ var authorsTemplate = `{{with $length := len .Authors}}{{if ne 1 $length}}S{{end
var visibleCommandTemplate = `{{ $cv := offsetCommands .VisibleCommands 5}}{{range .VisibleCommands}}
{{$s := join .Names ", "}}{{$s}}{{ $sp := subtract $cv (offset $s 3) }}{{ indent $sp ""}}{{wrap .Usage $cv}}{{end}}`
var visibleCommandCategoryTemplate = `{{range .VisibleCategories}}{{if .Name}}
{{.Name}}:{{range .VisibleCommands}}
{{join .Names ", "}}{{"\t"}}{{.Usage}}{{end}}{{else}}{{template "visibleCommandTemplate" .}}{{end}}{{end}}`
var visibleFlagCategoryTemplate = `{{range .VisibleFlagCategories}}
Expand Down

0 comments on commit 6bba9e8

Please sign in to comment.