mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Making the cake --help shortcut pass along the other options.
This commit is contained in:
parent
558bd7e3c2
commit
efac10d3de
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ class ShellDispatcher {
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function help() {
|
public function help() {
|
||||||
$this->args = array('command_list');
|
$this->args = array_merge(array('command_list'), $this->args);
|
||||||
$this->dispatch();
|
$this->dispatch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue