libtmux Reference MCP Search
On this page

tmux.Plan.Cmd

View as Markdown

Module
tmux
Declared in
Plan
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/plan.go
Cmd ( target : Ref , args : string )
method [source]
method [source]
Cmd

Cmd records raw tmux arguments targeted at target.

It can target an object an earlier step creates. A zero Ref records 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.CmdCapture for one whose output is the point.

0 declared, 0 inherited

Esc

Type to search.