LibTmux.Server.ConfirmBeforeAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Interaction.cs
- Other languages
- Python Ruby Lua TypeScript Rust Go Java C++ Swift
- ConfirmBeforeAsync ( request : ConfirmBeforeRequest , cancellationToken : CancellationToken ) Task
-
Asks a client to confirm before running a command.
Naming the key, and defaulting to yes, arrived in tmux 3.4.
- Parameters
-
-
request ( ConfirmBeforeRequest ) – What to run, and how to ask.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
In other ports Ask a client to confirm before running a command
- Python
libtmux.Server.confirm_before - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust no equivalent on
Server - Go
tmux.Server.ConfirmBefore - Java no equivalent on
Server - C++ no equivalent on
Server - Swift no equivalent on
Server
0 declared, 0 inherited