Type Alias Help

Help: {
    error?: Error;
    helpText: string;
} & Converted<HelpRows, Column, string>

The help information for a given command.

Type declaration

  • Optionalerror?: Error

    The error message, if any, that occurred while trying to resolve the command.

  • helpText: string

    The help information for the provided command.