github.com/tcnksm/gcli@v0.2.4-0.20170129033839-7eb950507e5a/skeleton/resource/tmpl/mitchellh_cli/main.go.tmpl (about) 1 package main 2 3 import "os" 4 5 func main() { 6 os.Exit(Run(os.Args[1:])) 7 }