Versions in this module Expand all Collapse all v0 v0.2.2 Feb 27, 2026 v0.2.1 Feb 22, 2026 v0.2.0 Feb 19, 2026 Changes in this version + type MockCmdExec struct + OutputFunc func(cmd *exec.Cmd) ([]byte, error) + RunFunc func(cmd *exec.Cmd) error + func (e MockCmdExec) Output(cmd *exec.Cmd) ([]byte, error) + func (e MockCmdExec) Run(cmd *exec.Cmd) error