Files
godeez/cmd/root.go
T

12 lines
194 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",
SilenceUsage: true,
}