Versions in this module Expand all Collapse all v1 v1.0.0 Jul 14, 2026 Changes in this version + var ErrInterrupted = errors.New("setup canceled") + func Run(cfg Config) error + type ClaimUpdate struct + Done bool + Prefill string + Result []string + Status string + Stop bool + type Config struct + AutoClaim func(ctx context.Context) <-chan ClaimUpdate + In io.Reader + Intro []string + Out io.Writer + Prompt string + RegistrationURL string + Submit func(token string) (result []string, done bool, err error)