progressFinish() Finishes the progress output.
write(string|array $messages, bool $newline = false, $type = self::OUTPUT_NORMAL) Writes a message
bool isQuiet() Returns whether verbosity is quiet (-q).
table(array $headers, array $rows) Formats a table.
bool isVerbose() Returns whether verbosity is verbose (-v).
newLine(int $count = 1) Add newline(s). Parameters
bool isVeryVerbose() Returns whether verbosity is very verbose (-vv).
caution(string|array $message) Formats a caution admonition.
string ask(string $question, string|null $default = null, callable|null $validator = null) Asks
text(string|array $message) Formats informational text.
Page 3 of 6