This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Console
Fabien Potencier 15bede5a63 [Console] refactored style management
The current code was broken when a style was defined inline:

  <bg=black>Foo</bg=black>

When creatin a new style formatter, it's better to let the formatter
apply the style to the text.
2011-05-23 16:54:36 +02:00
..
Command [Console] fixed phpdoc for Command class. 2011-04-30 22:17:30 +02:00
Formatter [Console] refactored style management 2011-05-23 16:54:36 +02:00
Helper [Console] added the possibility to pass a default value for DialodHelper::askAndValidate() 2011-05-20 08:24:54 +02:00
Input replaced 'bool' with 'Boolean' 2011-04-27 02:35:03 -03:00
Output Make casting scalar to array consistent 2011-04-26 12:16:35 +02:00
Tester [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
Application.php [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
Shell.php moved most protected to private in the Console component 2011-03-11 12:53:42 +01:00