Configuration options for TerminalVisualCommandOutput.
public sealed record TerminalVisualOutputOptions : TerminalMarkupOutputOptions, IEquatable<TerminalMarkupOutputOptions>, IEquatable<TerminalVisualOutputOptions>
Inherits all markup rendering options from TerminalMarkupOutputOptions and adds only visual-specific configuration.
kind:method, kind:property, kind:ctor. Press Esc to clear.ErrorGroupMinWidthGets the minimum width, in cells, applied to error groups.ErrorGroupStyleGets the style applied to error groups when UseErrorGroups is enabled.PreserveNodeOrderGets a value indicating whether command nodes are rendered in declaration order.SectionGroupMinWidthGets the minimum width, in cells, applied to each section group. Use this to keep grouped sections visually aligned.SectionGroupStyleGets the style applied to section groups when UseSectionGroups is enabled.TableStyleOverrideGets an optional table style override.ThemeGets an optional theme to apply to generated help visuals.UseErrorGroupsGets a value indicating whether errors and unknown token reports should render inside a visual group.UseSectionGroupsGets a value indicating whether section headers ending with : should render following rows inside a grouped rounded container.UseTableForArgumentsGets a value indicating whether arguments are rendered with a table layout.UseTableForCommandsGets a value indicating whether commands are rendered with a table layout.UseTableForOptionsGets a value indicating whether options are rendered with a table layout.