package main import ( "github.com/apricote/hcloud-upload-image/cmd" ) func main() { cmd.Execute() }