#!/usr/bin/php get('config')['console']['commands']; foreach ($commands as $command) { $application->add($container->get($command)); } $application->run();