Stephanevg / PSClassUtils

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

rewrote exclude support + show parameter #79

Closed LxLeChat closed 5 years ago

LxLeChat commented 5 years ago

rewrote now works like this: 1 item with wildcard support (if wanted), multiple items with no wildcards. -exclude a -> works -exclude aaaa -> works -exclude a,b,c -> works -exclude a,b,c -> Throws an error ! -exclude *a -> Throws an error !

-show parameter in writecuclassdiagram works :)

Addresses the following issues: #78 , #76 , #72 , #69