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