Hello. I have created a command to generate most of the template files associated with CRUD based on a specific controller name but I want store that command class inside a sub directory of ```app\Command``` so something like ```app\Command\TemplateGen``` or similar.
How can I do this?