run in verbose mode
Installer
public function setVerbose(bool $verbose = true) : self { $this->verbose = $verbose; return $this; }