#!/usr/bin/env php addCommands([new GenerateCommand()]); $application->addCommands([new ScanObjectsCommand()]); $application->run();