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

mcp.views.EnvironmentEntry

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

API reference · Markdown

struct mcp.views.EnvironmentEntry
struct [source]
struct [source]
struct mcp.views.EnvironmentEntry

One tmux environment entry.

Members

name

name : String
attribute [source]
attribute [source]
name

The variable name.

state

attribute [source]
attribute [source]
state

Whether the name holds a value or is marked for removal.

value

value : Option<String>
attribute [source]
attribute [source]
value

The value, only for a set variable whose name the operator allowed in LIBTMUX_ENVIRONMENT_VALUES at startup.

withheld

withheld : bool
attribute [source]
attribute [source]
withheld

True for a set variable whose value was not returned because the operator did not allow its name.

Esc

Type to search.