Documentation ¶ Index ¶ func CheckCommand(ctx *cli.Context, cmd string, message string) error func CheckFileExists(ctx *cli.Context, path string, message string) error func New(options ...Option) *cli.App type Option func WithValues(...) Option Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CheckCommand ¶ func CheckCommand(ctx *cli.Context, cmd string, message string) error func CheckFileExists ¶ func CheckFileExists(ctx *cli.Context, path string, message string) error func New ¶ func New( options ...Option, ) *cli.App Types ¶ type Option ¶ type Option func(app *cli.App) Option to be used to build with optional deps. func WithValues ¶ func WithValues( name, description, version, copyright, authorName, authorEmail, buildTime string, ) Option WithValues set values. Source Files ¶ View all Source files errors.gofactory.gofunc.gotype.go Click to show internal directories. Click to hide internal directories.