class OutputStyle implements OutputInterface, StyleInterface
Decorates output to add console style guide helpers.
Methods
__construct(OutputInterface $output)
newLine(int $count = 1) Add newline(s).
ProgressBar createProgressBar(int $max)
write(string|array $messages, bool $newline = false, $type = self::OUTPUT_NORMAL) Writes a message to the output.
writeln(string|array $messages, $type = self::OUTPUT_NORMAL) Writes a message to the output and adds a newline at the