app = new Application('Php-Template', Version::VERSION); $this->app->add(new DemoCommand()); $this->app->add(new Start()); $this->app->add(new TestJob()); } public function run(): int { $this->app->logo( <<app->handle($_SERVER['argv']); } }