cakephp2-php8/cake/console
mark_story a55098b00b Making TaskCollection require a Shell instead of a ShellDispatcher.
This will help reduce the coupling between ShellDispatcher and other objects.
Since ShellDispatcher never directly uses or interacts with TaskCollection, it doesn't make much sense for it to have one.  Instead shells will either get their own, or be passed one in.
2010-10-13 23:18:19 -04:00
..
libs Making TaskCollection require a Shell instead of a ShellDispatcher. 2010-10-13 23:18:19 -04:00
templates Changing more php version strings. 2010-10-03 12:46:03 -04:00
cake Changing more php version strings. 2010-10-03 12:46:03 -04:00
cake.bat Changing more php version strings. 2010-10-03 12:46:03 -04:00
cake.php Moving the ShellDispatcher into is own file. This makes testing easier and will make app/console easier to create. 2010-10-13 23:18:17 -04:00
console_error_handler.php Integrating ConsoleOutput with ConsoleErrorHandler. 2010-10-13 23:18:18 -04:00
console_output.php Adding success style. 2010-10-13 23:18:19 -04:00
shell_dispatcher.php Converting more stderr() use into exceptions. 2010-10-13 23:18:19 -04:00