cakephp2-php8/lib/Cake/Console
Brian Porter f93029b29f SchemaShell always uses --file param when present.
Addresses **part** of the problem described in #4174.

Corrects SchemaShell's startup logic so that when a `--file` param is provided by the user, it is always used even in the case that it matches the default file name (schema.php). This solves a problem when a user wishes to provide a classname using `--name`, but still wants to use the default filename.
2014-08-11 09:08:59 -05:00
..
Command SchemaShell always uses --file param when present. 2014-08-11 09:08:59 -05:00
Templates Fix accidental typo in SQL file. 2014-07-22 09:38:46 -04:00
cake Harden the bin/cake script to avoid breakage when local shell environment has a CDPATH set. 2014-05-19 11:05:28 -05:00
cake.bat Force .bat files to have CRLF endings. 2014-05-27 19:06:08 -04:00
cake.php console cake cleanup and unification 2014-06-17 02:28:52 +02:00
ConsoleErrorHandler.php a / an typo fixes fot API 2014-07-30 22:11:03 +02:00
ConsoleInput.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ConsoleInputArgument.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ConsoleInputOption.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ConsoleInputSubcommand.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ConsoleOptionParser.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ConsoleOutput.php a / an typo fixes fot API 2014-07-30 22:11:03 +02:00
HelpFormatter.php a / an typo fixes fot API 2014-07-30 22:11:03 +02:00
Shell.php a / an typo fixes fot API 2014-07-30 22:11:03 +02:00
ShellDispatcher.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
TaskCollection.php Fix API doc errors in Console/ 2014-05-27 23:16:05 -04:00