Skip to content

Commit 7fa95dd

Browse files
authored
Merge pull request #160 from arran4/codex/fix-rendering-of-tab-characters
Fix tab rendering in CLI help output
2 parents 56c1103 + 437ef07 commit 7fa95dd

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)