-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Calling Friendly prints the available commands in a seemingly arbitrary order and using a format that is hard to read.
Describe the solution you'd like
explain(), what(), why(), where(), hint() (not necessarily in that order) should be at the top of the list because presumably they are the most frequently used.
In order to improve the readability and to help finding commands that do related things, the commands should be organized in sections. For example: ask a friend and formatting.
Describe alternatives you've considered
None
Additional context
None