package main import ( "github.com/crunchy-labs/crunchyroll-go/v2/cmd/crunchyroll-go/cmd" ) func main() { cmd.Execute() }