LibTmux.SetOptionRequest.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
- SetOptionRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/SetOptionRequest.cs
- ToCommand ( options : TmuxOptions ) TmuxCommand
-
Returns an option request as one tmux command.
This takes the options handle rather than a server, because which scope flags and target tmux receives follow from the handle the caller reached for: a window's options and a server's are the same request spelled differently.
- Parameters
-
-
options ( TmuxOptions ) – The options handle whose scope the option is set in.
-
- Returns
-
The command, ready to add to a
TmuxChain. - Raises
-
-
ArgumentNullException –
optionsis null.
-
0 declared, 0 inherited