JMS #4: Support for flag handling on command line

This commit is contained in:
Jeremy Saenz
2013-07-17 17:14:25 -07:00
parent ff4e064e21
commit 3b0fc03a67
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ func init() {
HelpCommand.Action = ShowHelp
}
func ShowHelp(c Context) {
func ShowHelp(c *Context) {
helpTemplate := `NAME:
{{.Name}} - {{.Usage}}