write(string|array $messages, bool $newline = false, $type = self::OUTPUT_NORMAL) Writes a message to the output. Parameters string|array $messages The message as an array of lines or a single string bool $newline Whether to add a newline $type
warning(string|array $message) Formats an warning result bar. Parameters string|array $message
title(string $message) Formats a command title. Parameters string $message
text(string|array $message) Formats informational text. Parameters string|array $message
table(array $headers, array $rows) Formats a table. Parameters array $headers array $rows
success(string|array $message) Formats a success result bar. Parameters string|array $message
section(string $message) Formats a section title. Parameters string $message
progressStart(int $max) Starts the progress output. Parameters int $max Maximum steps (0 if unknown)
progressFinish() Finishes the progress output.
progressAdvance(int $step = 1) Advances the progress output X steps. Parameters int $step Number of steps to advance
Page 83 of 787