"github.com/codegangsta/cli" ) var Commands = []cli.Command{ commandGet, commandList, } var commandGet = cli.Command{ Name: "get", Usage: "", Description: ` `, Action: doGet, } var commandList = cli.Command{ Name: "list", Usage: "", Description: ` `, Action: doList, } package main import ( "os" "github.com/codegangsta/cli" ) func main() { newApp().Run(os.Args) } func newApp() *cli.App { app := cli.NewApp() app.Name = "gamesh" app.Version = Version app.Usage = "" app.Author = "Daisuke Fujita" app.Email = "
[email protected]" app.Commands = Commands return app } ࣗલϥΠϒϥϦଟ͍(HashiCorp, Heroku)