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