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

require $_composer_autoload_path ?? __DIR__ . '/../vendor/autoload.php';

use SonsOfPHP\Bard\Console\Application;

$bard = new Application();
$bard->run();
