Configuration options for TerminalMarkupCommandOutput.
public record TerminalMarkupOutputOptions : IEquatable<TerminalMarkupOutputOptions>
kind:method, kind:property, kind:ctor. Press Esc to clear.ArgumentPrototypeStyleGets the markup style for argument prototypes.CommandNameStyleGets the markup style for command names in command listings.DescriptionStyleGets the markup style for descriptions.ErrorStyleGets the markup style for error headers.HintStyleGets the markup style for secondary text (hints, source context, etc).OptionPrototypeStyleGets the markup style for option prototypes.SectionHeaderStyleGets the markup style for section headers.ShowDiagnosticUnderlineGets a value indicating whether diagnostics should include invocation underlining when available.UsageStyleGets the markup style for usage lines.UseTerminalWindowWidthGets a value indicating whether the output should use Terminal.WindowWidth for layout when available.WidthOverrideGets an optional explicit width override used for layout.