Closed cdhunt closed 8 years ago
Cool, so you want to move the registering from the psm1 out to the ps1xml? Nice catch on the spelling ;-)
That seems like the correct place and breaking up the module makes it easier to collaborate on.
Makes sense!
How should we handle custom properties that call parameter-less methods.
For example, should the implementation of Dehumanize()
be a ScriptProperty named Dehumanize
or Dehumanized
or should it be a ScriptMethod to match the source and be Dehumanize()
?
I've pushed up type files that cover the existing custom types to the branch Feature_TypeFiles. It broke one of the cmdlets.
Thanks. I need to look at the PRs in my import excel this weekend. Which did it break? It'd be cool to merge this
It was ConvertTo-HyphenatedString
. I just fixed that. Need to update the docs then it should be ready for merging.
ETS scripts have been moved to ps1xml files with some minor improvements.