Update urfave/cli to v1.20.0

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
TomSweeneyRedHat 2017-09-14 23:39:15 -04:00
parent 400713a58b
commit 359def92f1
9 changed files with 142 additions and 50 deletions

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)