Versions in this module Expand all Collapse all v0 v0.0.2 Sep 23, 2024 v0.0.1 Jul 18, 2024 Changes in this version + func FetchFromCache() ([]types.Tool, error) + func GetUpdateCallback() func() + func UpdateCache(toolList []types.Tool) error + type Options struct + ConfigFile string + DisableChangeLog bool + DisableUpdateCheck bool + Install goflags.StringSlice + InstallAll bool + NoColor bool + Path string + Remove goflags.StringSlice + RemoveAll bool + SetPath bool + ShowPath bool + Silent bool + UnSetPath bool + Update goflags.StringSlice + UpdateAll bool + Verbose bool + Version bool + func ParseOptions() *Options + type Runner struct + func NewRunner(options *Options) (*Runner, error) + func (r *Runner) Close() + func (r *Runner) ListToolsAndEnv(tools []types.Tool) error + func (r *Runner) Run() error