func Usage(c *cli.Context, name string) { cli.ShowCommandHelp(c, name) Exiter(129) }
func Usage(c *cli.Context, name string) { cli.ShowCommandHelp(c, name) os.Exit(0) }