Remove WIP
This commit is contained in:
parent
63886737a6
commit
a319f9991c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue