Documentation ¶
Overview ¶
Package app provides functions for creating command-line applications
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
The App type represents a command-line application.
type Option ¶
type Option func(app *cli.App)
The Option type is a function that can apply configuration to the command-line application.
func WithRunner ¶
WithRunner sets the action function to be used by the command-line application when Run is called.
Click to show internal directories.
Click to hide internal directories.