package main import ( "github.com/speedrunsh/speedrun/cmd/portal/cli" ) func main() { cli.Execute() }