Experimenting with some names
This commit is contained in:
5
cli.go
5
cli.go
@@ -2,12 +2,15 @@ package cli
|
|||||||
|
|
||||||
type App struct {
|
type App struct {
|
||||||
Name string
|
Name string
|
||||||
Description string
|
Summary string
|
||||||
|
Action Action
|
||||||
Commands []Command
|
Commands []Command
|
||||||
}
|
}
|
||||||
|
|
||||||
type Command struct {
|
type Command struct {
|
||||||
Name string
|
Name string
|
||||||
|
Shortname string
|
||||||
|
Summary string
|
||||||
Description string
|
Description string
|
||||||
Action Action
|
Action Action
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user