Versions in this module Expand all Collapse all v0 v0.7.0 Feb 15, 2026 Changes in this version + func AddSubcommand(s *Subcommand) + func Run() + type Subcommand struct + Example string + NoRequireConfig bool + Run func(ctx context.Context, subcommand *Subcommand, args []string) error + SetupFlags func(f *pflag.FlagSet) + SetupSubcommands func() []*Subcommand + Short string + Use string + func (s *Subcommand) Config() *config.Config + func (s *Subcommand) ConfigParsingError() error