Console title

This commit is contained in:
Simon Vieille 2015-02-21 09:58:56 +01:00
parent 4cad2409a6
commit bba5899bc2

View file

@ -6,7 +6,7 @@ require_once __DIR__ . '/../vendor/autoload.php';
use Deblan\Console\Application; use Deblan\Console\Application;
use Deblan\Console\Command\Input\Input; use Deblan\Console\Command\Input\Input;
$app = new Application(); $app = new Application('PowerDNS CLI', '1');
$app->chdir(__DIR__.'/../'); $app->chdir(__DIR__.'/../');