Skip to content
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

Open
LxLeChat opened this issue Apr 28, 2019 · 4 comments
Open

add features #2

LxLeChat opened this issue Apr 28, 2019 · 4 comments

Comments

@LxLeChat
Copy link
Owner

LxLeChat commented Apr 28, 2019

-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 c7d2b44

@LxLeChat
Copy link
Owner Author

LxLeChat commented May 3, 2019

-add a function to explore a simple script and outputs all it's internal commands and types .. basic stuff !
-maybe add the possibility to explore a scriptblock too...

@X1pheR
Copy link

X1pheR commented Dec 21, 2021

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.

@LxLeChat
Copy link
Owner Author

hi @X1pheR
i'm not currently working on the module.

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

@X1pheR
Copy link

X1pheR commented Dec 21, 2021

Thank you for the quick answer! I'll look into it and will come with suggestions if any 😇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants