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