We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56c1103 + 437ef07 commit 7fa95ddCopy full SHA for 7fa95dd
cmd/gobookmarks/templates/partials/command.gotmpl
@@ -11,7 +11,7 @@ Usage: {{ $path }}{{ if .Subcommands }} <subcommand>{{ end }}{{ if .FlagsOutput
11
12
{{ end -}}
13
{{- if .Subcommands }}Subcommands:
14
-{{ range .Subcommands }} {{ .Name }}\t{{ firstLine (description .) }}
+{{ range .Subcommands }} {{ .Name }} {{ firstLine (description .) }}
15
{{ end }}
16
17
{{- if .FlagsOutput }}Flags:
0 commit comments