Sets whether to automatically exit after a command execution or not.
public function setAutoExit(bool $boolean) : void { $this->autoExit = $boolean; }