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