On this page
tmux.Planner
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/plan.go
-
Planner groups a plan's operations into tmux invocations.
Dispatches must contain every operation exactly once and in recorded order.
Plan.Runvalidates this before reaching tmux.Operations with
Op.Chainablefalse must run alone because command-list stdout cannot be attributed to an individual operation.
0 declared, 0 inherited