More renaming. trying to keep consistent with Flags API
This commit is contained in:
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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user