Type alias WithMessage

WithMessage: {
    saveMessage?: true;
}

Defines attributes common to the help and version options.

Type declaration

  • Optional Readonly saveMessage?: true

    Whether to save the message in the option value instead of throwing it.