Closed
Description
[CommandInfo] should be able to return one or more .Category.
A .Category can be defined in one of two ways:
[Reflection.AssemblyMetadata('Category', 'NameOfCategory')]
[ComponentModel.Category('NameOfCategory')]
A pluralized alias (.Categories) would be nice.
Related to #333