Versions in this module Expand all Collapse all v0 v0.22.0 Aug 26, 2026 Changes in this version + func PrintUpdateWarning(result *CheckResult, cfg *config.Config, output io.Writer) + type CheckResult struct + CurrentVersion string + InstallMethod InstallMethod + LatestVersion string + UpdateAvailable bool + UpdateCommand string + func CheckForUpdate(ctx context.Context, cfg *config.Config) (*CheckResult, error) + type InstallMethod string + const InstallMethodDeb + const InstallMethodDevelopment + const InstallMethodHomebrew + const InstallMethodInstallSh + const InstallMethodRPM + const InstallMethodUnknown