package main import ( "bilinovel-downloader/cmd" ) func main() { _ = cmd.RootCmd.Execute() }