Versions in this module Expand all Collapse all v0 v0.1.1 Sep 21, 2025 Changes in this version type ScriptRunner + func (r *ScriptRunner) RunScript(file string) (byte, error) + func (r *ScriptRunner) RunString(str string, filePath ...string) (byte, error) v0.1.0 Aug 20, 2025 Changes in this version + type ScriptRunner struct + Args []string + OnError func(error) + OutFile io.Writer + func (r *ScriptRunner) Output() string + func (r *ScriptRunner) Run() error