#!/usr/bin/env php add(new BuildCommand()); $application->setDefaultCommand(BuildCommand::getDefaultName(), true); $application->run();