CLIFramework icon indicating copy to clipboard operation
CLIFramework copied to clipboard

Command suffix on commands

Open detain opened this issue 2 years ago • 1 comments

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.

detain avatar Nov 18 '21 21:11 detain