Sets the help for the command.
$this
public function setHelp(string $help) : static { $this->help = $help; return $this; }