mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 12:02:41 +00:00
Updating the help() for bake task to include information about plugin shortcuts.
This commit is contained in:
parent
b15471095b
commit
5021d11124
4 changed files with 24 additions and 0 deletions
|
@ -456,6 +456,12 @@ class ControllerTask extends Shell {
|
|||
$this->hr();
|
||||
$this->out("Usage: cake bake controller <arg1> <arg2>...");
|
||||
$this->hr();
|
||||
$this->out('Arguments:');
|
||||
$this->out();
|
||||
$this->out("<name>");
|
||||
$this->out("\tName of the controller to bake. Can use Plugin.name");
|
||||
$this->out("\tas a shortcut for plugin baking.");
|
||||
$this->out();
|
||||
$this->out('Commands:');
|
||||
$this->out();
|
||||
$this->out("controller <name>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue