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
I find the requirement of Commands auto-loaded from the Command folder to have the Command suffix to be a bit bothersome at times. Would you be opposed to a patch to remove that? The classes are already name-spaced away preventing conflict. When looking at a directory listing, it can be tedious to mentally strip away the Command from everything to easily see all the class names.
I will likely be writing my own enableCommandAutoload implementation to circumvent this, but if you are open to it being incorporated upstream I could send a pull request.
The text was updated successfully, but these errors were encountered:
I find the requirement of Commands auto-loaded from the Command folder to have the Command suffix to be a bit bothersome at times. Would you be opposed to a patch to remove that? The classes are already name-spaced away preventing conflict. When looking at a directory listing, it can be tedious to mentally strip away the Command from everything to easily see all the class names.
I will likely be writing my own enableCommandAutoload implementation to circumvent this, but if you are open to it being incorporated upstream I could send a pull request.
The text was updated successfully, but these errors were encountered: