string ask(string $question, string|null $default = null, callable|null $validator = null) Asks
warning(string|array $message) Formats an warning result bar.
bool isDebug() Returns whether verbosity is debug (-vvv).
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
bool isDecorated() Gets the decorated flag.
string askHidden(string $question, callable|null $validator = null) Asks a question with the
class SymfonyStyle extends OutputStyle
error(string|array $message) Formats an error result bar.
writeln(string|array $messages, $type = self::OUTPUT_NORMAL) Writes a message to the output and adds
Page 1 of 6