On this page
LibTmux.Internal.OptionParser.ParseComplex
- Module
- LibTmux.Internal
- Declared in
- OptionParser
- Package
- LibTmux
- Source
- src/LibTmux/Internal/OptionParser.cs
- ParseComplex ( options : IReadOnlyList<TmuxOption> ) IReadOnlyDictionary<string, object?>
-
Groups options into the structures tmux packs into their text.
Three tmux options carry a table:
terminal-featureslists features per terminal;terminal-overridesmaps capabilities per terminal;command-aliasmaps alias to command. Anything else is a lone value, or the sparse index map an array option is.- Parameters
-
-
options ( IReadOnlyList<TmuxOption> ) – The options to group.
-
- Returns
-
Each option name mapped to its structured value.
0 declared, 0 inherited