Versions in this module Expand all Collapse all v0 v0.6.0 Jun 17, 2026 Changes in this version + type Runner struct + func NewRunner() *Runner + func (r *Runner) Run(ctx context.Context, cwd string, args ...string) ([]byte, error) + func (r *Runner) RunText(ctx context.Context, cwd string, args ...string) (string, error)