package main import ( "github.com/pterodactyl/wings/cmd" ) func main() { cmd.Execute() }