Versions in this module Expand all Collapse all v0 v0.1.1 Sep 2, 2026 v0.1.0 Sep 2, 2026 Changes in this version + const RecoveryHintsAnnotation + var ErrReported = errors.New("already reported") + var ErrUsage = errors.New("usage error") + func Execute(ctx context.Context, root *cobra.Command, config autoupdate.Config, ...) error + func UpdateCommand(cfg goselfupdate.Config, options ...Options) *cobra.Command + func UsageError(err error) error + func WithRecoveryHints(cmd *cobra.Command, hints ...string) *cobra.Command + type NotFoundFunc func(err error) (subject string, ok bool) + type Option func(*settings) + func WithNotFound(classify NotFoundFunc) Option + type Options struct + SkipChangelog bool + Use string