You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Today the
get_commands()function is called when we fetch a command. That method call the commands manager and thefind_allmethod which import every commands of every projects. This is not necessary.