OptionStyle Class
Defines styles for specifying options or flags in a command.
public sealed class OptionStyle
- Namespace
- Spectre
.Console .Cli .Help
Properties
- Style DefaultValue
- Gets or sets the style for default values in the options.
- Style DefaultValueHeader
- Gets or sets the style for the header of default values in the options.
- Style Header
- Gets or sets the style for the header in the options.
- Style OptionalOption
- Gets or sets the style for optional options.
- Style RequiredOption
- Gets or sets the style for required options.