Versions in this module Expand all Collapse all v0 v0.0.61 Apr 26, 2026 v0.0.60 Apr 19, 2026 Changes in this version + type FileSettings struct + NoColor *bool + UpgradeNotify *bool + type Settings struct + NoColor bool + UpgradeNotify bool + func Default() Settings + func Load() (Settings, error) + func LoadFile(path string) (Settings, error) + func (s Settings) Apply()