LibTmux.UnsetOptionRequest.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
- UnsetOptionRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/UnsetOptionRequest.cs
- ToCommand ( options : TmuxOptions ) TmuxCommand
-
Returns an unset request as one tmux command.
- Parameters
-
-
options ( TmuxOptions ) – The options handle whose scope the option is unset in.
-
- Returns
-
The command, ready to add to a
TmuxChain. - Raises
-
-
ArgumentNullException –
optionsis null.
-
0 declared, 0 inherited