Stephanevg / PSClassUtils

A set of utilities to work with Powershell Classes
http://powershelldistrict.com/how-to-generate-a-uml-diagram-using-powershell/
92 stars 23 forks source link

Enums are displayed as 'Classes' #77

Open Stephanevg opened 5 years ago

Stephanevg commented 5 years ago

Issue

Version -> 2.3.0

image

Expected bahaviour

It should look like this:

Enum EnumName Value1 Value2

I also think it should not be drawed on the diagram immediatley, as we might not always want to have it displayed.

I would suggest adding a switch `-ShowEnums'