Versions in this module Expand all Collapse all v0 v0.2.0 Nov 2, 2025 v0.1.0 Oct 7, 2025 Changes in this version + type CommandExecutor interface + Exec func(name string, args ...string) ([]byte, error) + LookPath func(file string) (string, error) + type Executor struct + func NewExecutor() *Executor + func (e *Executor) Exec(name string, args ...string) ([]byte, error) + func (e *Executor) LookPath(file string) (string, error)