package cmd import ( "github.com/spf13/cobra" ) var RootCmd = &cobra.Command{ Use: "godeez", Short: "GoDeez is a tool to download music from Deezer", SilenceUsage: true, }