We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0a199 commit 1675a67Copy full SHA for 1675a67
command/root.go
@@ -271,7 +271,7 @@ func rootHelpFunc(command *cobra.Command, s []string) {
271
s := " " + rpad(c.Name()+":", c.NamePadding()) + c.Short
272
if includes(coreCommandNames, c.Name()) {
273
coreCommands = append(coreCommands, s)
274
- } else {
+ } else if c != creditsCmd {
275
additionalCommands = append(additionalCommands, s)
276
}
277
0 commit comments