bool $hidden Whether or not the command should be hidden from the list of commands:
$this
public function setHidden(bool $hidden = true) : static { $this->hidden = $hidden; return $this; }