Get the maximum width for the text in the option description column.
int
private function getDescriptionColumnWidth() { return $this->getMaxWidth() - $this->maxOptionNameLength - $this->indentWidth - $this->gutterWidth; }