Versions in this module Expand all Collapse all v0 v0.0.2 Apr 20, 2026 Changes in this version type Config + ForceInteractive bool + SelectFn func(prompt, defaultValue string, options []string) (int, error) v0.0.1 Apr 10, 2026 Changes in this version + type Config struct + ColorBlue func(string) string + ColorBold func(string) string + ColorCyan func(string) string + ColorError func(string) string + ColorGray func(string) string + ColorMagenta func(string) string + ColorSuccess func(string) string + ColorWarning func(string) string + Err *os.File + GitHubClientOverride ghapi.ClientOps + In *os.File + Out *os.File + Terminal term.Term + func New() *Config + func NewTestConfig() (*Config, *os.File, *os.File) + func (c *Config) Errorf(format string, args ...any) + func (c *Config) GitHubClient() (ghapi.ClientOps, error) + func (c *Config) Infof(format string, args ...any) + func (c *Config) IsInteractive() bool + func (c *Config) Outf(format string, args ...any) + func (c *Config) PRLink(number int, url string) string + func (c *Config) Printf(format string, args ...any) + func (c *Config) Repo() (repository.Repository, error) + func (c *Config) Successf(format string, args ...any) + func (c *Config) Warningf(format string, args ...any)