The background color to use
void
Write a message to the terminal with the specified color
The color to use
void
Write an error message to the terminal
The message to write
void
Write an info message to the terminal
void
Write a JSON object to the terminal
The JSON object to write
void
Write a success message to the terminal
void
Write content to a file
The name of the file to write to
The content to write to the file
void
Write a warning message to the terminal
The message to write
void
Write a divider to the terminal
Optional
options: { char?: string; color?: CliForegroundColor; length?: number }The options for the divider
void
Write a message to the terminal with the specified background color