()
| 75 | } |
| 76 | |
| 77 | func init() { |
| 78 | cmdd.RootCmd.AddCommand(addKastenCmd) |
| 79 | addKastenCmd.PersistentFlags().StringVarP(&license, "license", "l", "", "Add Your Veeam Kasten License") |
| 80 | |
| 81 | } |
nothing calls this directly
no outgoing calls
no test coverage detected