Console title

This commit is contained in:
Simon Vieille 2015-02-21 09:58:56 +01:00
parent 4cad2409a6
commit bba5899bc2
1 changed files with 1 additions and 1 deletions

View File

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