This commit is contained in:
2020-09-08 11:08:56 +08:00
parent f3444d8bdd
commit 165ecb1dec
+1 -1
View File
@@ -68,7 +68,7 @@ abstract class AbstractConsole extends Component
$name = $this->parameters->getCommandName();
$this->parameters->set('commandList', $this->getCommandList());
$help = 'help';
$help = 'list';
foreach ($this->commands as $command) {
if ($command->command == $help) {
$help = $command;