On this page
LibTmux.ConfirmBeforeRequest.ConfirmBeforeRequest
- Module
- LibTmux
- Declared in
- ConfirmBeforeRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/ConfirmBeforeRequest.cs
-
Initializes a confirmation.
- Parameters
-
-
command ( IReadOnlyList<string> ) – The tmux command to run once confirmed.
-
prompt ( string? ) – The question shown, or null for tmux's own wording.
-
confirmKey ( string? ) – The key that confirms, or null for tmux's default.
-
defaultYes ( bool ) – Whether pressing enter confirms rather than cancels.
-
targetClient ( string? ) – The client to ask, or null for the caller's own.
-
0 declared, 0 inherited