section(string $message) Formats a section title.
bool confirm(string $question, bool $default = true) Asks for confirmation.
table(array $headers, array $rows) Formats a table.
listing(array $elements) Formats a list. Parameters
progressStart(int $max) Starts the progress output.
text(string|array $message) Formats informational text.
string choice(string $question, array $choices, string|int|null $default = null) Asks a choice
newLine(int $count = 1) Add newline(s). Parameters
progressFinish() Finishes the progress output.
Page 2 of 6