listing(array $elements) Formats a list. Parameters
section(string $message) Formats a section title.
newLine(int $count = 1) Add newline(s). Parameters
bool confirm(string $question, bool $default = true) Asks for confirmation.
writeln(string|array $messages, $type = self::OUTPUT_NORMAL) Writes a message to the output and adds
OutputFormatterInterface
string choice(string $question, array $choices, string|int|null $default = null) Asks a choice
progressStart(int $max) Starts the progress output.
table(array $headers, array $rows) Formats a table.
text(string|array $message) Formats informational text.
Page 2 of 6