PSFunctionExplorer
PSFunctionExplorer copied to clipboard
Set of utilities to discover functions and function dependencies within a ps1/psm1 file(s)
-add some logic to findout if a comment help is present, maybe display it like get-help ... -add some logic to allow to add a comment generic comment help. with...
When you use this without OutPutFormat parameter `Find-FUFunction -Path .\BuildOutput\PSItSupport\PSItSupport.psm1 | Write-FUGraph -ExportPath ".\Docs\MyGraph.png"` I have this error ``` Write-FUGraph : Parameter set cannot be resolved using the specified named...
I implemented it today to generate documentation of function calls inside my module I use the Find-FUFunction and Write-FUGraph function in the both case, the function name returned have the...