On this page
tmux.Plan.Cmd
- Module
- tmux
- Declared in
- Plan
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/plan.go
-
Cmd records raw tmux arguments targeted at target.
It can target an object an earlier step creates. A zero
Refrecords an untargeted server command.The recorded command is assumed to neither print output the caller reads nor create an object, which is what lets it share a dispatch with its neighbours. Use
Plan.CmdCapturefor one whose output is the point.
0 declared, 0 inherited