tsargp
    Preparing search index...

    Type Alias WithSectionGroups

    Defines additional attributes for the groups section.

    type WithSectionGroups = {
        filter?: HelpSectionFilter;
        layout?: HelpLayout;
        useEnv?: boolean;
    }
    Index

    Properties

    The section filter.

    layout?: HelpLayout

    The section layout settings.

    useEnv?: boolean

    Whether option names should be replaced by environment variable names.

    false