mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Update CommandListShell to give better help.
plugins require plugin prefixes now. Update the help to suggest how to run plugin shells. Fixes #2121
This commit is contained in:
parent
714e2812bc
commit
bad819773e
1 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,8 @@ class CommandListShell extends Shell {
|
||||||
$this->out(" " . $row);
|
$this->out(" " . $row);
|
||||||
}
|
}
|
||||||
$this->out();
|
$this->out();
|
||||||
$this->out(__d('cake_console', "To run a command, type <info>cake shell_name [args]</info>"));
|
$this->out(__d('cake_console', "To run an app or core command, type <info>cake shell_name [args]</info>"));
|
||||||
|
$this->out(__d('cake_console', "To run a plugin command, type <info>cake Plugin.shell_name [args]</info>"));
|
||||||
$this->out(__d('cake_console', "To get help on a specific command, type <info>cake shell_name --help</info>"), 2);
|
$this->out(__d('cake_console', "To get help on a specific command, type <info>cake shell_name --help</info>"), 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue