Adding some docs

This commit is contained in:
Jeremy Saenz
2013-07-20 15:50:13 -07:00
parent 518348eb46
commit ed1ee94250
7 changed files with 86 additions and 73 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ type Command struct {
ShortName string
Usage string
Description string
Action Handler
Action func(context *Context)
Flags []Flag
}