Server.environment(_:)
Swift
- Python Read the server's global environment Python Read a session's environment
- Ruby Read the server's global environment Ruby Read a session's environment
- Lua Read the server's global environment Lua Read a session's environment
- TypeScript Read the server's global environment TypeScript Read a session's environment
- Rust Read the server's global environment Rust Read a session's environment
- Go Read the server's global environment Go Read a session's environment
- Java Unavailable
- .NET Read the server's global environment .NET Read a session's environment
- C++ Unavailable
- Swift
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Environment.swift
- Other languages
- PythonRubyLuaTypeScriptRustGo Java .NET C++
- environment(_:) ( scope : EnvironmentScope ) [TmuxEnvironmentVariable]
-
Every variable in an environment, in the order tmux printed them.
- Raises
Discussed in Create sessions, windows and panes , Topology operations · Environment
In other ports Read the server's global environment
- Python
libtmux.Server.show_environment - Ruby
LibTmux::Server#environment - Lua
libtmux.Server:list_environment - TypeScript
server.Server.showEnvironment - Rust
server.Server.environment - Go
tmux.Server.ShowEnvironment - Java no equivalent on
Server - .NET
LibTmux.Server.Environment - C++ no equivalent on
Server
In other ports Read a session's environment
- Python
libtmux.Session.show_environment - Ruby
LibTmux::Session#environment - Lua
libtmux.Session:list_environment - TypeScript
session.Session.showEnvironment - Rust
session.Session.environment - Go
tmux.Session.ShowEnvironment - Java no equivalent on
Session - .NET
LibTmux.Session.Environment - C++ no equivalent on
Session
0 declared, 0 inherited