Versions in this module Expand all Collapse all v3 v3.0.4 Feb 5, 2025 Changes in this version + const Hidden + const LogsEnabledDefault + func NewRunnerError(command string, stderr string, e error) error + type LocalRunner struct + UseSudo bool + func NewLocalRunner(useSudo bool) *LocalRunner + func (r *LocalRunner) Run(command string, options ...bool) (string, error) + type Runner interface + Run func(string, ...bool) (string, error) + type RunnerError struct + ExitStatus int + Msg string + Stderr string + func (e RunnerError) Error() string