Interface GetHelpOptions

interface GetHelpOptions {
    context: Context<OptionsConfig>;
    maxWidth?: number;
}

Properties

Properties

The context object for the command to get help for.

maxWidth?: number

The max line-length for the help text.

80