Server.environmentValue(_:in:)
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Environment.swift
- environmentValue(_:in:) ( name : String , in : EnvironmentScope ) String?
-
What one variable is set to, or
nilwhen it is unset or marked for removal.Read from the listing rather than by asking for the name: tmux answers a name it does not know with a nonzero status and a message, and this library reserves throwing for when no answer exists at all.
- Raises
0 declared, 0 inherited