burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

Show commands sorted for consistency & ease of use #644

Closed kigster closed 6 years ago

kigster commented 6 years ago

On a project with custom commands added, it becomes difficult to find commands in a long list since the commands are shown unsorted. To make things worse, each time I restart Zeus, the commands are shown in a slightly different order, making it particularly hard to find. Our command list is 23 lines long, so you can imagine how tedious it is to be looking for a specific command.

While I would have preferred that commands were shown in groups, split by the environment and then sorted within each group, my Go skills are not yet sufficient for such wizardry.

If this gets accepted, I might look into breaking the command list by environment too :)

kigster commented 6 years ago

@burke any chance You could review this PR?