Interface HelpPluginOptions

Options for the help plugin.

interface HelpPluginOptions {
    maxWidth?: number;
}

Properties

Properties

maxWidth?: number

The max line-length for the help text.

80