mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
removing clear from welcome
while it's superficially useful to start from a clean screen - it's not actually helpful. Quite often cake will issue setup errors which a user will not see because they are immediately cleared. Users continue using the cli unaware that they have (possibly significant) problems
This commit is contained in:
parent
495611b313
commit
bb99f9bc13
1 changed files with 6 additions and 7 deletions
|
@ -200,7 +200,6 @@ class Shell extends Object {
|
|||
*
|
||||
*/
|
||||
protected function _welcome() {
|
||||
$this->clear();
|
||||
$this->out();
|
||||
$this->out('<info>Welcome to CakePHP v' . Configure::version() . ' Console</info>');
|
||||
$this->hr();
|
||||
|
|
Loading…
Add table
Reference in a new issue