LibTmux.TmuxOptions.GetAllAsync
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- TmuxOptions
- Package
- LibTmux
- Source
- src/LibTmux/Options/TmuxOptions.cs
- GetAllAsync ( request : GetOptionsRequest? , cancellationToken : CancellationToken ) Task<IReadOnlyList<TmuxOption>>
-
Reads every option in the scope.
Unescaping a doubled dollar sign needs the connected tmux's version, so a table reached from a handle that has not found a live server yet discovers one first.
- Parameters
-
-
request ( GetOptionsRequest? ) – How to read them, or null for the plain reading.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
Every option tmux reported, in the order it reported them.
- Raises
-
-
TmuxOptionException – tmux rejected the request.
-
Discussed in Options and hooks
0 declared, 0 inherited