string ask(string $question, string|null $default = null, callable|null $validator = null) Asks
bool isQuiet() Returns whether verbosity is quiet (-q).
comment(string|array $message) Formats a command comment.
section(string $message) Formats a section title.
progressAdvance(int $step = 1) Advances the progress output X steps.
class OutputStyle implements
title(string $message) Formats a command title.
string askHidden(string $question, callable|null $validator = null) Asks a question with the
error(string|array $message) Formats an error result bar.
success(string|array $message) Formats a success result bar.
Page 4 of 6