(name string)
| 413 | } |
| 414 | |
| 415 | func (c groupedCommands) SubTitle(name string) string { |
| 416 | return terminal.HeaderColor(name + ":") |
| 417 | } |
| 418 | |
| 419 | func maxPluginCommandNameLength(plugins map[string]pluginconfig.PluginMetadata, maxNameLen int) int { |
| 420 | for _, pluginMetadata := range plugins { |
nothing calls this directly
no test coverage detected