Versions in this module Expand all Collapse all v0 v0.1.1 Jul 15, 2026 v0.1.0 Jul 14, 2026 Changes in this version + func RenderText(out io.Writer, result Result) + type Options struct + Command []string + Kind string + Timeout time.Duration + Workspace string + type Result struct + Command []string + DurationMillis int64 + ExitCode int + Kind string + Stderr string + Stdout string + TimedOut bool + Workspace string + func Run(ctx context.Context, opts Options) (Result, error)