string ask(string $question, string|null $default = null, callable|null $validator = null) Asks
bool isDebug() Returns whether verbosity is debug (-vvv).
bool isDecorated() Gets the decorated flag.
warning(string|array $message) Formats an warning result bar.
error(string|array $message) Formats an error result bar.
write(string|array $messages, bool $newline = false, $type = self::OUTPUT_NORMAL) Writes a message
string choice(string $question, array $choices, string|int|null $default = null) Asks a choice
string askHidden(string $question, callable|null $validator = null) Asks a question with the
class SymfonyStyle extends OutputStyle
text(string|array $message) Formats informational text.
Page 1 of 6