Versions in this module Expand all Collapse all v0 v0.6.0 Jul 19, 2025 Changes in this version + var BuildDate string + var GitCommit string + var GitTag string + func MissingCommand(_ *cli.Context) error + func New() *command + func Register(cmds ...*cli.Command) + func Run() + func Subcommand(ctx *cli.Context) string + func UnexpectedCommand(ctx *cli.Context) error + func UnexpectedSubcommand(ctx *cli.Context) error + type Cmd interface + App func() *cli.App + Run func() error + var DefaultCmd Cmd = New()