Exemplo n.º 1
0
<?php

require __DIR__ . '/../vendor/autoload.php';
$app = new App\Application();
$app->runWithTry($argv);