Experimenting with some names
This commit is contained in:
parent
372b86498f
commit
e72d8e22aa
9
cli.go
9
cli.go
@ -1,13 +1,16 @@
|
|||||||
package cli
|
package cli
|
||||||
|
|
||||||
type App struct {
|
type App struct {
|
||||||
Name string
|
Name string
|
||||||
Description string
|
Summary string
|
||||||
Commands []Command
|
Action Action
|
||||||
|
Commands []Command
|
||||||
}
|
}
|
||||||
|
|
||||||
type Command struct {
|
type Command struct {
|
||||||
Name string
|
Name string
|
||||||
|
Shortname string
|
||||||
|
Summary string
|
||||||
Description string
|
Description string
|
||||||
Action Action
|
Action Action
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user