Merge pull request #643 from nikkolasg/patch-1

[example] Make the basic example build-able.
This commit is contained in:
Jesse Szwedko 2017-07-06 12:46:25 -07:00 committed by GitHub
commit 4b90d79a68

1
cli.go
View File

@ -12,6 +12,7 @@
// app.Usage = "say a greeting"
// app.Action = func(c *cli.Context) error {
// println("Greetings")
// return nil
// }
//
// app.Run(os.Args)