socon
socon copied to clipboard
Do not fetch all commands from every project when we want to run a specific command
Today the get_commands() function is called when we fetch a command. That method call the commands manager and the find_all method which import every commands of every projects. This is not necessary.