LibTmux.ConfirmBeforeRequest.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
- ConfirmBeforeRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/ConfirmBeforeRequest.cs
- ToCommand ( server : Server ) TmuxCommand
-
Returns a confirmation request as one tmux command.
Naming the accepting key, and defaulting to yes, arrived in tmux 3.4, so the server decides whether the built command carries them.
- Parameters
-
-
server ( Server ) – The server the confirmation is shown on.
-
- Returns
-
The command, ready to add to a
TmuxChain. - Raises
-
-
ArgumentNullException –
serveris null.
-
0 declared, 0 inherited