(cmd *cobra.Command)
| 232 | } |
| 233 | |
| 234 | func hasInvalidPlugins(cmd *cobra.Command) bool { |
| 235 | return len(invalidPlugins(cmd)) > 0 |
| 236 | } |
| 237 | |
| 238 | func hasTopCommands(cmd *cobra.Command) bool { |
| 239 | return len(topCommands(cmd)) > 0 |
nothing calls this directly
no test coverage detected
searching dependent graphs…