-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add features #2
Comments
-add a function to explore a simple script and outputs all it's internal commands and types .. basic stuff ! |
Any change this could get released? I'm using azure functions. And I would love to graph them using your module. But azure functions always run a single run.ps1 file. From there I call several ps1 files which incorporate quite some script blocks. And I use a few modules in the process. So what you're mentioning would exactly fit my purpose. |
hi @X1pheR i made this module too : https://github.com/LxLeChat/FlowChartCore It can graph scriptblocks. (it's mainly inteded to scripts, but you can pass scriptblocks too ) (the module is not published but i can publish it if needed ) the thing with "sub" scriptblocks is that they are quite difficult to represent on a graph ... not found any beautiful way to do it :( i dont know how to explain it cleary ... but i've tried psfunctionexplorer and flowchartcore on some big code base, and sometimes the graph are.. how to put it ... you can't see shit ! :) but if you have ideas and want to contribute, no problemo ! you are welcom |
Thank you for the quick answer! I'll look into it and will come with suggestions if any 😇 |
-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 maybe a description parameter ... or maybe with dynamic parameters based on the function parameter we want to comment
-
add the possibility to extract all functions in a separate ps1 file (a reverse build sort of ... )done in c7d2b44The text was updated successfully, but these errors were encountered: