Versions in this module Expand all Collapse all v1 v1.0.0 Jul 31, 2021 Changes in this version + type App struct + func New(opts ...Option) *App + func (a *App) Run() error + type Option func(app *cli.App) + func WithFlags(flags ...flag.Flag) Option + func WithRunner(run RunFunc) Option + type RunFunc func(ctx context.Context) error