cakephp2-php8/lib/Cake/Console
Matt Reishus 916d992162 Use readline in console when supported
$this->stdin->read(); will use readline if the system is detected to
support it.  In linux, you will be able to use the left and right arrow
keys to edit the current line, use the up and down keys to navigate
history, press ^U to delete the entire line, etc.

Before this, using arrow keys in linux will just spam characters like
^[[C^[[A^[[D^[[C^[[A^.  Useful for "Console/cake console"
2013-09-01 16:20:29 -05:00
..
Command Merge branch '2.4' making 2.4 into the master branch. 2013-08-30 16:02:42 -04:00
Templates Merge branch 'master' into 2.4 2013-08-28 12:35:07 -04:00
cake Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
cake.bat Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
cake.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ConsoleErrorHandler.php correct doc blocks as per cs 2013-08-13 12:29:20 +02:00
ConsoleInput.php Use readline in console when supported 2013-09-01 16:20:29 -05:00
ConsoleInputArgument.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ConsoleInputOption.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ConsoleInputSubcommand.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ConsoleOptionParser.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ConsoleOutput.php Merge branch 'master' into 2.4 2013-06-02 18:03:59 +05:30
HelpFormatter.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Shell.php force option for bake tasks (view, model, controller, test, fixture) 2013-07-18 13:09:00 +02:00
ShellDispatcher.php Merge branch 'master' into 2.4 2013-08-19 10:40:29 -04:00
TaskCollection.php Merge branch 'master' into 2.4 2013-06-02 18:03:59 +05:30