libtmux Reference MCP Search
On this page

tmux.OpResult

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/plan.go
struct tmux.OpResult
struct [source]
struct [source]
struct tmux.OpResult

OpResult is what one operation in a Plan produced.

5 declared, 0 inherited

Members

  • Command attribute Command is the tmux command the operation recorded.
  • Created attribute Created is the ID tmux reported for an object this operation brought into being, and is empty for every other operation.
  • Err attribute Err is the failure or uncertainty for a failed or indeterminate operation.
  • Status attribute Status reports what became of the operation.
  • Stdout attribute Stdout holds the operation's output, for an operation that captures it.
Esc

Type to search.