PSFLowChart icon indicating copy to clipboard operation
PSFLowChart copied to clipboard

Create a PS1 script FlowChart

Results 12 PSFLowChart issues
Sort by recently updated
recently updated
newest added

(pour une meilleur visualisation, copier le dot sur https://dreampuf.github.io/GraphvizOnline ) Il serait peut-être interessant de créer une méthode qui va chercher les exit keyword en fin de graph ... En...

enhancement

Creer une méthode statique dans la classe utilitaire pour grapher cette méthode prend en param $this et après en fonction du type ... ça sortira toute cette logique des noeuds...

If we have a loop with a break, we need to exit from the loop and draw and edge from the break to the next node after the concerned loop

Ok this could be interesting to do ... for example if you have an `exit` in a If statement, maybe we could try to draw an edge direcetly to the...

Salut, en testant avec le parameter -DescriptionAsLabel j'ai cette erreur : `Line | 1320 | $plop = [scriptblock]::Create($s).invoke() | ^ Exception calling "Create" with "1" argument(s): "At line:2 char:106 +...

@ the moment when i find simple/double quotes, wildcard characters in a statement, i replace them with nothing .. so when the graph string is invoked to create the dot...

investigation

Check the Body.Process is not null, then check the satements if null, Check the EndBLock, then check the statements

i think there is place for refactoring .. especially the graph part ... ! i thing it's possbile to create a unique method on the node class

enhancement