Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

common.CommandResult

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
common
Package
libtmux
Source
packages/libtmux/src/common.ts
interface common.CommandResult
interface [source]
interface [source]
interface common.CommandResult

A finished tmux invocation, as the process left it.

cmd is the argument vector as run, so it includes the connection flags this library adds. A non-zero exitCode is not an exception here — the callers that raise are the ones that promised a value.

4 declared, 0 inherited

Members

  • cmd property
  • exitCode property The completed command's exit status, including nonzero tmux refusals.
  • stderr property
  • stdout property
Esc

Type to search.