I chose "defect" as it is really not possible to fluently work with the CLI.
I'm working on a Core 2 Duo @ 2.5 GHz and it takes a minimum of 5 seconds whatever command I want to execute using symfony 1.2 from subversion. These are 5 seconds too much. You can not seriously explain why it requires 5 seconds just to execute 5 simple lines of code.
I guess all tasks are loaded each time you want to execute one single command for the resolving of aliases and such stuff. So I suppose the task information of all available (& enabled) tasks has to be cached (name, namespace, aliases, etc.) to really speedup the execution.
Maybe something like "./symfony reload" or at best "./symfony cc" could be used to refresh the command cache!?
I (and probably others as well) would prefer such a caching and the need for refreshing it over the slow execution time.