EnvironmentScope
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Environment.swift
- enum EnvironmentScope : enum EnvironmentScope
-
Which environment a variable lives in.
tmux keeps two, and only two: one global, and one per session. There is no window or pane environment, so this cannot ask for one — unlike
OptionScope, whose four tables are all real.
2 declared, 2 inherited
Members
- global constant
- session(_:) constant A session's own environment, addressed by name or id.
Inherited members
Reached through Equatable.!=(_:_:), Decodable.init(from:).
- !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
- init(from:) Decodable.init(from:) Creates a new instance by decoding from the given decoder.