-
-
Notifications
You must be signed in to change notification settings - Fork 751
Limit aliases output to only allowed commands. #844
Copy link
Copy link
Closed
Labels
a: informationRelated to information commands: (doc, help, information, reddit, site, tags)Related to information commands: (doc, help, information, reddit, site, tags)good first issueGood for newcomersGood for newcomersl: 0 - beginnerp: 3 - lowLow PriorityLow Prioritys: WIPWork In ProgressWork In Progresst: featureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
a: informationRelated to information commands: (doc, help, information, reddit, site, tags)Related to information commands: (doc, help, information, reddit, site, tags)good first issueGood for newcomersGood for newcomersl: 0 - beginnerp: 3 - lowLow PriorityLow Prioritys: WIPWork In ProgressWork In Progresst: featureNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
We currently have a system for aliases to be able to be output for informative reasons with the
!aliasescommand. It'll show a full paginated list of all command aliases, including any commands that aren't able to be used by the invoker, meaning it's just providing unnecessary information for them that they can't really utilise.Proposal
Just the same as when doing help output, check each command that has an alias if the author can run it, allowing only those they can run to be built into the command output.