#!/usr/bin/env php addCommands([ new BuildCommand(name: 'build'), new InstallCommand(name: 'install'), new RunCommand(name: 'run'), new TestCommand(name: 'test'), ]); $application->run();