<?php

/*
|----------------------------------------------
| Aeros REPL
|----------------------------------------------
|
| It's a small REPL helper that runs commands on 
| the command line.
|
*/

require_once __DIR__ . '/vendor/autoload.php';

app()->bootstrap()
    ->aeros->registerCommands();
