Skip to content

Commit

Permalink
fix default cli command codeigniter4#2645
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn authored and musmanikram committed Mar 12, 2020
1 parent 4940453 commit 607e8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/CLI/CommandRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function index(array $params)

if (is_null($command))
{
$command = 'help';
$command = 'list';
}

return $this->runCommand($command, $params);
Expand Down

0 comments on commit 607e8de

Please sign in to comment.