Overrides Command::setHelp
public function setHelp(string $help) : static { $this->command ->setHelp($help); return $this; }