#!/usr/bin/env php ignite(true); $application = new Application(); $application->add(new CLI\RebuildImagesCommand); $application->run();