Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
Name string
Usage string
Version string
Description string
// contains filtered or unexported fields
}
func (*App) RunAndFatal ¶
type Subcommands ¶
type Subcommands interface {
Subcommands() []Command
}
Click to show internal directories.
Click to hide internal directories.
