Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command interface { Init(app *kingpin.Application, appFlags *flags.GlobalFlags) *kingpin.CmdClause // Run should return error only for critical issue. All other errors should be handled inside Run() function. Run() error }
Click to show internal directories.
Click to hide internal directories.