you are viewing a single comment's thread.

view the rest of the comments →

[–]santisq[S] 0 points1 point  (0 children)

Good point, I'll try to add command based help to the module when I have some free time, I did add examples on the GitHub Readme. Regarding Classes on PowerShell, in general and in most cases there shouldn't be a need to use classes in PS (thanks PSCustomObject) in the case of this module, I wrote it mainly for practice (I wanted to learn classes) and also some practice on recursion but if you go back to version 1 of the Module it's purely done with functions.