package main import ( "os" "github.com/user/devpack/cmd/devpack/commands" ) func main() { if err := commands.Execute(); err != nil { os.Exit(1) } }