Versions in this module Expand all Collapse all v0 v0.1.0 Jun 2, 2022 Changes in this version + type CLI struct + func (c CLI) Exec(arg ...string) (string, error) + func (c CLI) LookupPath(operatingSystem string) (string, error) + type ErrCLINotFound struct + VisitedPaths []string + func (ErrCLINotFound) Error() string + type Extensions struct + func NewExtensions() Extensions + func (e Extensions) Install(extensionName string) (string, error) + type Process struct + func NewProcess() Process + func (p Process) OpenOnRemote(hostKey, pathToOpen string) (string, error)