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

session.Session.from_env_value

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

View as Markdown

Module
session
Declared in
Session
Package
libtmux
Source
crates/libtmux/src/session.rs
from_env_value ( server : &crate::Server , value : Option<impl AsRef<OsStr>> ) → Result<Option<Self>, Error>
method [source]
method [source]
from_env_value

Find a session from an explicit TMUX_PANE value.

Errors

Returns an error when the value is absent or is not a pane ID, or when the listing fails.

0 declared, 0 inherited

Esc

Type to search.