tsargp
    Preparing search index...

    Type Alias OptionStyles

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

    type OptionStyles = {
        descr?: Style;
        names?: Style;
        param?: Style;
    }
    Index

    Properties

    Properties

    descr?: Style

    The style of the option description.

    names?: Style

    The style of the option names.

    param?: Style

    The style of the option parameter.