Output a line break.
The number of newlines to add.
The current instance for chaining.
Output error-colored text.
The text to display.
Whether to color the text. Defaults to true.
The current instance for chaining.
Output info-colored text.
The text to display.
Whether to color the text. Defaults to true.
The current instance for chaining.
Create a progress bar.
The template string for the progress bar.
Configuration options for the progress bar.
A new ProgressBar instance.
Output uncolored text.
The text to display.
The current instance for chaining.
Output a spinner.
The spinner's initial message. Defaults to null.
The spinner instance started.
Creates a spinner instance.
The spinner's initial message. Defaults to null.
The spinner instance.
Output success-colored text.
The text to display.
Whether to color the text. Defaults to true.
The current instance for chaining.
Output a table.
The value to display as a table.
Optionalproperties: readonly string[]The current instance for chaining.
Output warn-colored text.
The text to display.
Whether to color the text. Defaults to true.
The current instance for chaining.
StaticcreateCreate a CommandOutput instance.
The options for creating the CommandOutput instance.
Class representing a CommandOutput Facade. Provides utility methods for logging, colored outputs, spinners, and progress bars.