Type alias CommandErrorHandler

CommandErrorHandler: ((error, args, text, command) => Promise<TerminalOutputValue> | TerminalOutputValue)

Represents a command error handler function.

Type declaration

Returns

A Promise or a value of type TerminalOutputValue.

Generated using TypeDoc