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