We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda7dce commit ccccaedCopy full SHA for ccccaed
1 file changed
internal/cmd/root.go
@@ -102,8 +102,10 @@ func beautifyUsageTemplate(cmd *cobra.Command) {
102
`Examples:`, `{{WhiteBold "EXAMPLES"}}`,
103
`Aliases:`, `{{WhiteBold "ALIASES"}}`,
104
`Available Commands:`, `{{WhiteBold "AVAILABLE COMMANDS"}}`,
105
+ `Additional Commands:`, `{{WhiteBold "ADDITIONAL COMMANDS"}}`,
106
`Global Flags:`, `{{WhiteBold "GLOBAL FLAGS"}}`,
107
`Flags:`, `{{WhiteBold "FLAGS"}}`,
108
+ `Additional help topics:`, `{{WhiteBold "ADDITIONAL HELP TOPICS"}}`,
109
).Replace(usageTemplate)
110
cmd.SetUsageTemplate(usageTemplate)
111
}
0 commit comments