#!/usr/bin/env php
<?php

/*
 * This file is part of gpupo/common-sdk
 * Created by Gilmar Pupo <contact@gpupo.com>
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 * For more information, see <https://opensource.gpupo.com/>.
 */

namespace Gpupo\CommonSdk\Console;

require './config/bootstrap.php';

use Gpupo\CommonSdk\Console\Application;

$app = new Application("common-sdk");
$app->init(__NAMESPACE__, dirname(__DIR__));
