package main // the cli will be redesigned soon import ( "github.com/ByteDream/crunchyroll-go/cmd/crunchyroll-go/cmd" ) func main() { cmd.Execute() }