package main import ( "github.com/foomo/posh/cmd" ) func main() { cmd.Execute() }