libtmux Reference MCP Search
On this page

LibTmux.Internal.OptionParser.ParseComplex

View as Markdown

Module
LibTmux.Internal
Declared in
OptionParser
Package
LibTmux
Source
src/LibTmux/Internal/OptionParser.cs
ParseComplex ( options : IReadOnlyList<TmuxOption> ) IReadOnlyDictionary<string, object?>
methodstatic [source]
methodstatic [source]
ParseComplex

Groups options into the structures tmux packs into their text.

Three tmux options carry a table: terminal-features lists features per terminal; terminal-overrides maps capabilities per terminal; command-alias maps alias to command. Anything else is a lone value, or the sparse index map an array option is.

Parameters
Returns

Each option name mapped to its structured value.

0 declared, 0 inherited

Esc

Type to search.