class Command Base class for all commands. Methods
setBarCharacter(string $char) Sets the bar character.
setOption(string $name, string|bool $value) Sets an option value by name.
interface OutputFormatterInterface Formatter interface for console output.
string progress(string $id, string $buffer, bool $error = false, string $prefix = 'OUT', string $errorPrefix = 'ERR')
bool isEnabled() Checks whether the command is enabled or not in the current environment.
OutputFormatterInterface
setRow($column, array $row) Parameters $column
block(string|array $messages, string|null $type = null, string|null $style = null, string $prefix = ' ', bool $padding = false)
addOptions(InputOption[] $options = array())
Page 41 of 51