package cmd import "github.com/spf13/cobra" var downloadCmd = cobra.Command{ Use: "download", }