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

Generate a seperate PNG file per Script file. #69

Closed Stephanevg closed 5 years ago

Stephanevg commented 5 years ago

Example was submitted by dough finke in this PR: https://github.com/Stephanevg/PSClassUtils/pull/8

LxLeChat commented 5 years ago

Okso i think we will have to rewrite the function, and maybe add a new switch parameter.

For Example, we should use $PSBoundParameters['Parameter'] instead of the variable name for a better reading of the script.

I'll do it if you want. Add the task to a project, or maybe we can create a new project called "Enhancement" ?

Stephanevg commented 5 years ago

Closed as this has been resolved in merge above