Closed
Description
A [CommandInfo] should be able to specify a rank or order using either of the following attributes:
[Reflection.AssemblyMetaData('Rank', -1)]
[Reflection.AssemblyMetaData('Order', 1)]
All else being equal, Rank or Order should be used to sort commands.
Related to #333