(cmd *cobra.Command)
| 375 | } |
| 376 | |
| 377 | func invalidPluginReason(cmd *cobra.Command) string { |
| 378 | return cmd.Annotations[metadata.CommandAnnotationPluginInvalid] |
| 379 | } |
| 380 | |
| 381 | const usageTemplate = `Usage: |
| 382 |
no outgoing calls
no test coverage detected
searching dependent graphs…