Open RheingoldRiver opened 3 years ago
As a potential workaround, you can disable [p]helpset showaliases
if you don't want help to be cluttered, but this will prevent any aliases from being shown.
Oh, thanks so much! That's a huge improvement for us! We had been deleting a lot of our aliases to de-clutter this screen, but instead we'll just disable (at least for now)! I'll still leave this issue open, since being able to choose a few aliases to show would be wonderful, but that helps us a ton!
What component of Red (cog, command, API) would you like to see improvements on?
API
Describe the enhancement you're suggesting.
Sometimes, we have a lot of aliases of a command in case someone forgets if it ends in an
s
or not, or how to spell something, etc. But it super clutters up the help to print every single alias. I would like to propose the following modification to the@commands.command
decorator:The hidden aliases would function identically to aliases but NOT be printed in the command documentation.