Versions in this module Expand all Collapse all v1 v1.4.0 Nov 9, 2024 v1.3.0 Nov 10, 2024 Changes in this version + type Action func(*config.CommonOptions) error + type App struct + Options *config.CommonOptions + func NewApp(name string, usage string, flags []cli.Flag, action Action) *App + func (a *App) Run()