Versions in this module Expand all Collapse all v0 v0.0.2 Oct 15, 2022 v0.0.1 Oct 15, 2022 Changes in this version + type Wrapper struct + func AvailableShells() []*Wrapper + func New(shell instance) *Wrapper + func (w *Wrapper) AddPath(path string) error + func (w *Wrapper) Available() bool + func (w *Wrapper) BinPath() (string, error) + func (w *Wrapper) Export(paths []string) error + func (w *Wrapper) IsDefault() bool + func (w *Wrapper) Name() string + func (w *Wrapper) Paths() ([]string, error) + func (w *Wrapper) RemovePath(path string) error