libtmux Reference MCP Search
On this page

session.Session.from_env_value

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.