server.Server.showEnvironment
- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- packages/libtmux/src/server.ts
- Other languages
- PythonRubyLuaRustGo Java .NET C++ Swift
- showEnvironment ( ) Promise<ReadonlyMap<string, EnvironmentValue>>
-
Every variable in the server's global environment.
A
nullvalue is tmux's-NAME: present, and marked for removal from any process tmux starts.Examples
const environment = await server.showEnvironment();environment.get("EDITOR");Discussed in Environment
In other ports Read the server's global environment
- Python
libtmux.Server.show_environment - Ruby
LibTmux::Server#environment - Lua
libtmux.Server:list_environment - Rust
server.Server.environment - Go
tmux.Server.ShowEnvironment - Java no equivalent on
Server - .NET
LibTmux.Server.Environment - C++ no equivalent on
Server - Swift
Server.environment(_:)
- Python
0 declared, 0 inherited