Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + func ReusesAuthSock(ide string) bool + type IDE interface + Install func() error + type Option struct + Default string + Description string + Enum []string + Name string + ValidationMessage string + ValidationPattern string + type Options map[string]Option + func (o Options) GetValue(values map[string]config.OptionValue, key string) string + type ProgressReader struct + Log log.Logger + Reader io.Reader + TotalSize int64 + func (p *ProgressReader) Read(b []byte) (n int, err error)