Versions in this module Expand all Collapse all v0 v0.1.0 Feb 18, 2026 Changes in this version + type Command struct + Args map[string]any + Cmd string + func ParseJSONL(r io.Reader) ([]Command, error) + type Executor struct + func NewExecutor(client *api.Client, parallel int, continueOnError bool) *Executor + func (e *Executor) Execute(commands []Command) Summary + func (e *Executor) SetProgress(fn ProgressFunc) + type ProgressFunc func(done, total int) + type Result struct + Cmd string + Data any + Error string + Index int + Success bool + type Summary struct + Failed int + Results []Result + Success int + Total int