#!/usr/bin/env php chdir(__DIR__.'/../'); $app->addCommandsPath('src/Deblan/Command/', 'Deblan\\Command'); $app->loadCommands(); $app->run();