On this page
LibTmux.TmuxEnvironment.GetAllAsync
- Module
- LibTmux
- Declared in
- TmuxEnvironment
- Package
- LibTmux
- Source
- src/LibTmux/Environment/TmuxEnvironmentOperations.cs
- GetAllAsync ( cancellationToken : CancellationToken ) Task<IReadOnlyList<TmuxEnvironmentEntry>>
-
Reads every variable in this environment.
Variables set hidden are not reported. tmux keeps them for the panes it spawns but will not read them back out.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
Every variable tmux reported, in the order it reported them.
Discussed in Environment
0 declared, 0 inherited