()
| 71 | } |
| 72 | |
| 73 | func init() { |
| 74 | cmdd.RootCmd.AddCommand(addcrossplaneCmd) |
| 75 | |
| 76 | // addcrossplaneCmd.PersistentFlags().StringVarP(&crossplane, "crossplane", "argo", "", "Add crossplane to your cluster") |
| 77 | } |
nothing calls this directly
no outgoing calls
no test coverage detected