Create the command
()
| 10 | |
| 11 | // Create the command |
| 12 | func init() { |
| 13 | rootCmd.AddCommand(updateCmd) |
| 14 | } |
| 15 | |
| 16 | var updateCmd = &cobra.Command{ |
| 17 | Use: "update [flags] packages...", |
nothing calls this directly
no outgoing calls
no test coverage detected