More renaming. trying to keep consistent with Flags API
This commit is contained in:
parent
e72d8e22aa
commit
0c14bbdc56
6
cli.go
6
cli.go
@ -2,15 +2,15 @@ package cli
|
|||||||
|
|
||||||
type App struct {
|
type App struct {
|
||||||
Name string
|
Name string
|
||||||
Summary string
|
Usage string
|
||||||
Action Action
|
Action Action
|
||||||
Commands []Command
|
Commands []Command
|
||||||
}
|
}
|
||||||
|
|
||||||
type Command struct {
|
type Command struct {
|
||||||
Name string
|
Name string
|
||||||
Shortname string
|
ShortName string
|
||||||
Summary string
|
Usage string
|
||||||
Description string
|
Description string
|
||||||
Action Action
|
Action Action
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user