Ryan H
Ryan H

Reputation: 2945

Cake PHP 2 turn off default console output from shell commands

I've written a custom shell in Cake PHP 2 under the Console/cake my_shell command, and have added my own $this->out() messages in places. Each time I run my shell, I get the default cake output first such as the path, and a welcome message. I'd like to disable these specifically for my shell but can't seem to find a setting to do so.

Welcome to CakePHP v2.10.18 Console
---------------------------------------------------------------
App : app
Path: /Users/user/Sites/project/app/
---------------------------------------------------------------

Upvotes: 0

Views: 167

Answers (0)

Related Questions