LibTmux.GetOptionRequest.ToCommand
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- GetOptionRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/GetOptionRequest.cs
- ToCommand ( options : TmuxOptions ) TmuxCommand
-
Returns a named option read as one tmux command.
A chain returns one combined output stream, so several reads batched together arrive undelimited. Reach for this to read something beside the changes a chain makes; reach for the handle's own accessor when what you want is a parsed value.
- Parameters
-
-
options ( TmuxOptions ) – The options handle whose scope is read.
-
- Returns
-
The command, ready to add to a
TmuxChain. - Raises
-
-
ArgumentNullException –
optionsis null.
-
0 declared, 0 inherited