LibTmux.ITmuxRequest.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
- ITmuxRequest
- Package
- LibTmux
- Source
- src/LibTmux/Chaining/ITmuxRequest.cs
- ToCommand ( target : TTarget ) TmuxCommand
-
Returns this request as one tmux command.
- Parameters
-
-
target ( TTarget ) – What the command is aimed at.
-
- Returns
-
The command, ready to add to a
TmuxChain. - Raises
-
-
ArgumentNullException –
targetis null.
-
0 declared, 0 inherited