File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ DESCRIPTION:
7373
7474OPTIONS:{{template "visibleFlagCategoryTemplate" .}}{{else if .VisibleFlags}}
7575
76- OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}`
76+ OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}
77+ `
7778 CommandHelpTemplate is the text template for the command help topic. cli.go
7879 uses text/template to render templates. You can render custom help text by
7980 setting this variable.
@@ -144,7 +145,8 @@ COMMANDS:{{template "visibleCommandTemplate" .}}{{end}}{{if .VisibleFlagCategori
144145
145146OPTIONS:{{template "visibleFlagCategoryTemplate" .}}{{else if .VisibleFlags}}
146147
147- OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}`
148+ OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}
149+ `
148150 SubcommandHelpTemplate is the text template for the subcommand help topic.
149151 cli.go uses text/template to render templates. You can render custom help
150152 text by setting this variable.
Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ DESCRIPTION:
7373
7474OPTIONS:{{template "visibleFlagCategoryTemplate" .}}{{else if .VisibleFlags}}
7575
76- OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}`
76+ OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}
77+ `
7778 CommandHelpTemplate is the text template for the command help topic. cli.go
7879 uses text/template to render templates. You can render custom help text by
7980 setting this variable.
@@ -144,7 +145,8 @@ COMMANDS:{{template "visibleCommandTemplate" .}}{{end}}{{if .VisibleFlagCategori
144145
145146OPTIONS:{{template "visibleFlagCategoryTemplate" .}}{{else if .VisibleFlags}}
146147
147- OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}`
148+ OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}
149+ `
148150 SubcommandHelpTemplate is the text template for the subcommand help topic.
149151 cli.go uses text/template to render templates. You can render custom help
150152 text by setting this variable.
You can’t perform that action at this time.
0 commit comments