()
| 75 | } |
| 76 | |
| 77 | func init() { |
| 78 | cmdd.RootCmd.AddCommand(addArgoCDCmd) |
| 79 | |
| 80 | // addArgoCDCmd.PersistentFlags().StringVarP(&ArgoCD, "argocd", "argo", "", "Add ArgoCD to your cluster") |
| 81 | } |
nothing calls this directly
no outgoing calls
no test coverage detected