Overrides OutputFormatterStyleInterface::setOption
public function setOption(string $option) : void { $this->options[] = $option; $this->color = new Color($this->foreground, $this->background, $this->options); }