HelpProviderStyle Class
Styles for the HelpProvider to use when rendering help text.
public sealed class HelpProviderStyle
- Namespace
- Spectre
.Console .Cli .Help
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.