libtmux Reference MCP Search
On this page

LibTmux.ConfirmBeforeRequest.ConfirmBeforeRequest

View as Markdown

Module
LibTmux
Declared in
ConfirmBeforeRequest
Package
LibTmux
Source
src/LibTmux/Requests/ConfirmBeforeRequest.cs
ConfirmBeforeRequest ( command : IReadOnlyList<string> , prompt : string? , confirmKey : string? , defaultYes : bool , targetClient : string? )
method [source]
method [source]
ConfirmBeforeRequest

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

Esc

Type to search.