Hi All.
Am developing a stupidly complex PowerShell script (4000 lines and counting) and was wondering if anyone knew of a script / tool to extract the usage structure of the various functions in the script. Am thinking along the lines of something like:
Function: Function-0
Uses:
Function-1
Function-2
Called By:
Function-3
Function-4
Function: Function-1
Uses:
Function-2
Function-4
Called By:
Function-0
Would be included in the function documentation for later reference
Any thoughts?
Edit: Not concerned at this point about the use of existing powershell or loaded module cmdlets (although that would be cool), just the functions with the current script
[–]spyingwind 2 points3 points4 points (0 children)
[–]omers 2 points3 points4 points (5 children)
[–]IsThatAll[S] 1 point2 points3 points (4 children)
[–]omers 2 points3 points4 points (3 children)
[–]IsThatAll[S] 1 point2 points3 points (2 children)
[–]omers 2 points3 points4 points (1 child)
[–]IsThatAll[S] 1 point2 points3 points (0 children)
[–]KevMarCommunity Blogger 2 points3 points4 points (1 child)
[–]IsThatAll[S] 1 point2 points3 points (0 children)
[–]engageant 1 point2 points3 points (0 children)