On this page
server.settings.Server.environment
- Module
- server.settings
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server/settings.rs
-
Read one variable from the server's environment.
tmux keeps two different things under a name: a value, and a mark saying a process started from it must not inherit the name at all. [
EnvironmentEntry] keeps them apart, because collapsing both to absence would hide the second, which a caller sets deliberately withSelf::hide_environment.Nonemeans tmux holds nothing under the name.Errors
Returns an error when tmux cannot be reached.
0 declared, 0 inherited