Improve Help Command #10
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
perpetual
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: oko/kiafumi#10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the help command just spits out the help commands unorganized. Making some changes to the CommandClass Abstract Class and creating an Enum for categories could help fix this.
Personally, I think this would be a good java learning moment for those who want to learn.