#!/usr/bin/env php addCommand(new QuickStartCommand()); $application->addCommand(new InstallCommand($classloader)); $application->addCommand(new ServerCommand($classloader)); $application->addCommand(new GenerateTheme()); $application->addCommand(new RecipeCommand($classloader)); $application->addCommand(new RecipeInfoCommand($classloader)); $application->addCommand(new ContentExportCommand($classloader)); $application->run();