HelpProviderStyle Class

Styles for the HelpProvider to use when rendering help text.
public sealed class HelpProviderStyle

Properties

ArgumentStyle Arguments
Gets or sets the style for specifying arguments in a command.
CommandStyle Commands
Gets or sets the style for specifying subcommands or nested commands.
static HelpProviderStyle Default
Gets the default HelpProvider styles.
DescriptionStyle Description
Gets or sets the style for describing the purpose or details of a command.
ExampleStyle Examples
Gets or sets the style for providing examples of command usage.
OptionStyle Options
Gets or sets the style for specifying options or flags in a command.
UsageStyle Usage
Gets or sets the style for specifying the usage format of a command.

Extension Methods

T And<HelpProviderStyle>(Action<HelpProviderStyle>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.