Commit Graph

18 Commits

Author SHA1 Message Date
Fabien Potencier
83c6d337e2 changed coding standards: indendation is now 4 spaces 2010-05-06 13:25:53 +02:00
pborreli
cdc9c94628 fixed phpdoc 2010-04-26 14:08:30 +02:00
Pascal Borreli
b5089133d2 fixed typos and phpdoc 2010-04-24 09:25:44 +02:00
Jonathan H. Wage
20cc9b9669 Changing how command names are parsed to allow multiple levels of namespaces 2010-04-23 19:02:46 +02:00
Jonathan H. Wage
0c78e9f121 Adding feature to Command help that allows you to use %command.name% and %command.full_name% patterns so you don't have to hardcode the command name in help text. 2010-04-23 19:02:17 +02:00
Pascal Borreli
b9fe42238a modified tests to use better PHPUnit methods 2010-04-12 17:36:49 +02:00
Pascal Borreli
c1e357d200 Fixed @package and @subpackage phpdoc tags 2010-04-07 07:06:21 +02:00
Pascal Borreli
12690a8e92 fixed @throws phpdoc tag 2010-04-05 11:48:31 +02:00
Fabien Potencier
d229ce584f [Console] added __get() to Command to have shorter and more readable code in commands 2010-03-10 17:01:50 +01:00
Fabien Potencier
75c922884e [Console] removed the application name in help 2010-03-07 14:58:55 +01:00
Fabien Potencier
ee3e298c5d [Console] added a ways to add common behaviors to commands extending a common command 2010-01-20 15:58:25 +01:00
Fabien Potencier
5592580b32 [Console] refactored helpers 2010-01-14 11:19:24 +01:00
geoffrey
eb5b12ff46 [Console] implemented helpers and moved formatter and ask* methods to their own helpers 2010-01-14 11:19:13 +01:00
Fabien Potencier
52c4d163db [Console] refactored helpers 2010-01-14 11:18:21 +01:00
geoffrey
6422483df3 [Console] implemented helpers and moved formatter and ask* methods to their own helpers 2010-01-14 11:18:21 +01:00
Fabien Potencier
f3705edb7e [Console] changed the subpackage from cli to console 2010-01-14 11:18:21 +01:00
Fabien Potencier
ad1d11b032 [Console] added a Shell 2010-01-14 10:48:22 +01:00
Fabien Potencier
e9ad8512f3 renamed CLI component to Console 2010-01-09 12:57:15 +01:00