Type alias OptionStyles

OptionStyles: {
    descr?: Style;
    names?: Style;
    param?: Style;
}

A set of styles for displaying an option on the terminal.

Type declaration

  • Optional Readonly descr?: Style

    The style of the option description.

  • Optional Readonly names?: Style

    The style of the option names.

  • Optional Readonly param?: Style

    The style of the option parameter.