e
This commit is contained in:
@@ -68,7 +68,7 @@ abstract class AbstractConsole extends Component
|
|||||||
$name = $this->parameters->getCommandName();
|
$name = $this->parameters->getCommandName();
|
||||||
$this->parameters->set('commandList', $this->getCommandList());
|
$this->parameters->set('commandList', $this->getCommandList());
|
||||||
|
|
||||||
$help = 'help';
|
$help = 'list';
|
||||||
foreach ($this->commands as $command) {
|
foreach ($this->commands as $command) {
|
||||||
if ($command->command == $help) {
|
if ($command->command == $help) {
|
||||||
$help = $command;
|
$help = $command;
|
||||||
|
|||||||
Reference in New Issue
Block a user