package main import ( "github.com/developomp/pompup/cmd" ) func main() { cmd.Execute() }