Files
godeez/cmd/root.go
T
2024-10-07 23:06:14 +02:00

9 lines
154 B
Go

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