More renaming. trying to keep consistent with Flags API

This commit is contained in:
Jeremy Saenz
2013-07-14 07:35:08 -07:00
parent e72d8e22aa
commit 0c14bbdc56
+3 -3
View File
@@ -2,15 +2,15 @@ package cli
type App struct {
Name string
Summary string
Usage string
Action Action
Commands []Command
}
type Command struct {
Name string
Shortname string
Summary string
ShortName string
Usage string
Description string
Action Action
}