You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
Perhaps this is just because I added it to the list of commands last? I think the main fix here is that dnu help should sort by command name and not rely on the order of insertion into the command list.
This seems like a good issue for someone like me, who is new to the project, to pick up and be productive while learning how everything fits together. I was thinking of implementing a IComparer and using it to sort the list prior to adding the commands to the StringBuilder in ShowHelp(). Does this seem reasonable? It's a bit side-affect-y since it would sort the list in place but structural solutions felt a little heavy for something that would only be used when ShowHelp() is called. I'd be happy to gist or pull-request what I'm proposing but figured it would be good to introduce myself and ask for guidance first, since this is my starter into the project.
Looks like other commands are in sorted order:
The text was updated successfully, but these errors were encountered: