Skip to content

Commit 437ef07

Browse files
committed
Fix subcommand help tab formatting
1 parent 56c1103 commit 437ef07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gobookmarks/templates/partials/command.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Usage: {{ $path }}{{ if .Subcommands }} <subcommand>{{ end }}{{ if .FlagsOutput
1111

1212
{{ end -}}
1313
{{- if .Subcommands }}Subcommands:
14-
{{ range .Subcommands }} {{ .Name }}\t{{ firstLine (description .) }}
14+
{{ range .Subcommands }} {{ .Name }} {{ firstLine (description .) }}
1515
{{ end }}
1616
{{ end -}}
1717
{{- if .FlagsOutput }}Flags:

0 commit comments

Comments
 (0)