Closed loevgaard closed 6 years ago
Why are the commands put in the Cli folder, and not directly in a Command folder in the root?
Cli
Command
Because we use command pattern a lot and we don't want to mix Command from command pattern with the Cli Symfony command.
I understand :)
Why are the commands put in the
Cli
folder, and not directly in aCommand
folder in the root?