()
| 20 | ) |
| 21 | |
| 22 | func newAttachedIntegrationCmd() *cobra.Command { |
| 23 | cmd := &cobra.Command{ |
| 24 | Use: "attached", |
| 25 | Short: "Integrations attached to workflows", |
| 26 | } |
| 27 | |
| 28 | cmd.AddCommand(newAttachedIntegrationAttachCmd(), newAttachedIntegrationDeleteCmd(), newAttachedIntegrationListCmd()) |
| 29 | return cmd |
| 30 | } |
no test coverage detected