tmux.Plan.Run
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- tmux
- Declared in
- Plan
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/plan.go
- Run ( ctx : context.Context , server : Server ) (PlanResult, error)
-
Run sends the recorded operations through server and returns one result per step.
Operations that need no answer travel together in one tmux command list;
Plan.Explainreports the grouping. Run stops at the first failed or indeterminate dispatch; later operations areOpSkipped.Tmux refusals appear in results. Transport, context, and
PlanErrorfailures are returned. Run is not atomic; completed mutations remain after failure.Discussed in Control mode vs one-shot
0 declared, 0 inherited