cli = new CLI(); $this->cli->addTask(Vars::getTask()); $this->cli->addTask(Usage::getTask()); $this->cli->addTask(Version::getTask()); return $this; } public function run(): CLI { return $this->cli->run(); } }