libtmux Reference MCP Search
On this page

LibTmux.GetOptionsRequest.GetOptionsRequest

View as Markdown

Module
LibTmux
Declared in
GetOptionsRequest
Package
LibTmux
Source
src/LibTmux/Requests/GetOptionsRequest.cs
GetOptionsRequest ( scope : OptionScope? , global : bool , includeHooks : bool , includeInherited : bool , quiet : bool )
method [source]
method [source]
GetOptionsRequest

Initializes a request for every option in a scope.

Parameters
  • scope ( OptionScope? ) – The scope to read in, or null for the owner's own.

  • global ( bool ) – Whether the global table is read instead of the local one.

  • includeHooks ( bool ) – Whether hooks are listed alongside options.

  • includeInherited ( bool ) – Whether values inherited from a parent scope are included.

  • quiet ( bool ) – Whether an empty table is answered with nothing instead of an error.

0 declared, 0 inherited

Esc

Type to search.