package main import ( "github.com/subconverter-go/internal/cli" ) func main() { cli.ExecuteMain() }