make the basic example build-able.

main
Nicolas Gailly 7 years ago committed by GitHub
parent b892ba3809
commit a6dd54e94b

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

Loading…
Cancel
Save