LxLeChat / FlowChartCore

PowerShell Module Written in C# to create DOT graphs from PS Scripts
MIT License
18 stars 3 forks source link

Digraph names #114

Closed LxLeChat closed 3 years ago

LxLeChat commented 3 years ago

Digraph have now names. If you provides files, the digraph name will be the name of the file. if you provide a scsript block the name of the digraph will be scriptblock

Also, the root of the tree is now available. i have implemented a method gettree that return the root tree from anywhere in the graph. this resolves #110