On this page
LibTmux.Internal.TmuxEnvironmentVariables.TryRead
- Module
- LibTmux.Internal
- Declared in
- TmuxEnvironmentVariables
- Package
- LibTmux
- Source
- src/LibTmux/Environment/TmuxEnvironment.cs
- TryRead ( environment : IReadOnlyDictionary<string, string>? , entry : TmuxServerLocation? ) bool
-
Tries to read the tmux server entry from an environment.
- Parameters
-
-
environment ( IReadOnlyDictionary<string, string>? ) – The environment, or null for the process.
-
entry ( TmuxServerLocation? ) – The parsed entry when present and well formed.
-
- Returns
-
True when the environment names a tmux server.
0 declared, 0 inherited