Removed help flag. we no longer need it.

This commit is contained in:
Jeremy Saenz
2013-11-20 17:24:37 -08:00
parent 37eef5912e
commit 4120b604ec
4 changed files with 9 additions and 27 deletions

View File

@@ -27,7 +27,7 @@ func (c Command) Run(ctx *Context) error {
// append help to flags
c.Flags = append(
c.Flags,
helpFlag{"show help"},
BoolFlag{"help, h","show help"},
)
set := flagSet(c.Name, c.Flags)