#!/usr/bin/env php add(new RunCommand); $application->add(new InstallCommand); $application->add(new GenerateCommand); $application->run();