Write a message to stderr (or buffers in silent/JSON mode). Automatically appends a newline to the message.
The message (or format string) to write to stderr
The format string values for substitution/formatting.
Writes an error header to stderr. The header is colorized (to red), appends a colon (e.g. "Syntax Error:"), and a new line. The intention of the error header is to begin an error block of text with a "tag" (the header).
The message as the header.
Write a message to stdout (or buffers in silent/JSON mode). Automatically appends a newline to the message.
The message (or format string) to write to stdout.
The format string values for substitution/formatting.
Handles prompting for CLI handlers
Generated using TypeDoc
Handler response API for console messages.
IHandlerResponseConsoleApi