LibTmux.CommandPromptRequest.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
- CommandPromptRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/CommandPromptRequest.cs
- ToCommand ( server : Server ) TmuxCommand
-
Returns a prompt request as one tmux command.
Batching does not soften the refusal below tmux 3.3: that version reads the type flag as something else, so a prompt asking for one is refused here exactly as it is when run alone.
- Parameters
-
-
server ( Server ) – The server the prompt is shown on.
-
- Returns
-
The command, ready to add to a
TmuxChain. - Raises
-
-
ArgumentNullException –
serveris null. -
TmuxVersionTooLowException – The request asks for a format or a prompt type and tmux is older than 3.3.
-
0 declared, 0 inherited