package main import ( "github.com/alexohneander/flotte/cmd" ) func main() { cmd.Execute() }