-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Command Sorting #1580
feat: Command Sorting #1580
Conversation
The files are still not formatted to our standard. Please format them |
All feedback from the other pr aside from the lambda to function still must be addressed |
Is it formatted to the standard now? |
it is not. there have been no pushes to this branch yet since my comment on the last pr |
how abour now |
It is not formatted correctly after that push, if anything that push just made more lines 4 spaces instead of a tab |
Ok I set up the tab stops setting and tried it, did it work? |
you didnt push your changes |
Co-authored-by: David Markowitz <[email protected]>
…arkflameServer into HelpAlphabetization
Co-authored-by: David Markowitz <[email protected]>
…arkflameServer into HelpAlphabetization
Co-authored-by: David Markowitz <[email protected]>
Co-authored-by: David Markowitz <[email protected]>
Co-authored-by: David Markowitz <[email protected]>
Co-authored-by: David Markowitz <[email protected]>
Co-authored-by: David Markowitz <[email protected]>
Co-authored-by: David Markowitz <[email protected]>
Co-authored-by: David Markowitz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending CI. Please also post the tests you did on the last commit with changes to this branch
|
feat: Command Organization
Description: Changed CommandInfos to be a map rather than a vector, which allows for easy alphabetization of the different commands available when running /help.
Motivation and Context: Found it hard to sort through the list of commands as it was, so this should be helpful for users to find the commands they are looking for.
How Has This Been Tested?: Running my server and using the help command, for it to show the resulting command list in alphabetical order