Remove WIP

This commit is contained in:
Hypolite Petovan 2018-11-12 21:48:13 -05:00
parent 63886737a6
commit a319f9991c

View file

@ -43,9 +43,7 @@ class Console extends \Asika\SimpleConsole\Console
{ {
$commandList = ''; $commandList = '';
foreach ($this->routes as $command => $class) { foreach ($this->routes as $command => $class) {
$this->out($class); $commandList .= ' ' . $command . "\n";
$commandList .= ' ' . $command . ' ' . $class::description . "\n";
} }
$help = <<<HELP $help = <<<HELP