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