libtmux Reference MCP Search
On this page

LibTmux.AttachSessionRequest.AttachSessionRequest

View as Markdown

Module
LibTmux
Declared in
AttachSessionRequest
Package
LibTmux
Source
src/LibTmux/Requests/AttachSessionRequest.cs
AttachSessionRequest ( target : string? , detachOthers : bool , readOnly : bool , exitOnDetach : bool , clientFlags : IReadOnlyList<string>? )
method [source]
method [source]
AttachSessionRequest

Initializes a session-attachment request.

Parameters
  • target ( string? ) – The session to attach, or null for the caller's own.

  • detachOthers ( bool ) – Whether other clients are detached.

  • readOnly ( bool ) – Whether the client attaches read-only.

  • exitOnDetach ( bool ) – Whether the client exits when the session is destroyed.

  • clientFlags ( IReadOnlyList<string>? ) – Client flags sent as one comma-separated -f value.

0 declared, 0 inherited

Esc

Type to search.