<?php
declare(strict_types=1);

$base = require __DIR__ . '/bootstrap/platform.php';

use PpPhp\Core\Platform\Console\PlatformConsole;

exit((new PlatformConsole($base))->run($argv));
