package main import ( "github.com/semaphoreui/semaphore/cli/cmd" ) func main() { cmd.Execute() }