Kirk Munro
Kirk Munro
Yes, that's how I was seeing it. I like the ability to launch it as a command-line app too, especially for prototyping/debugging. Maybe multiple parameter sets for whatever command is...
Related: https://github.com/pester/Pester/issues/1315.
Forgive some ignorance on my part, but looking at the number of issues and the complications that exist in classes in PowerShell today, I can't help but feel this is...
On second thought, I'd prefer not having to deal with `Export-ModuleMember` or `ClassesToExport` as suggested in those last two bullets at all, having psx1 files be a PowerShell-ish equivalent of...
Funny, on the Azure PowerShell community standup call right now, and they're going to move from AzureRm to a new Az module that is cross platform (no separate AzureRm.Core), and...
@chriskuech If you haven't already, please give this collection of RFCs a look: https://github.com/PowerShell/PowerShell-RFC/pull/187. They speak directly to what you're talking about here without needing a new zero tech debt...
Import-EditorCommandModule Singular noun, ahem. ;)
Agreed that the noun sounds fine. I think the proposed command design needs some work though. If it were me, I would create a Get-EditorExtensionModule command that finds all modules...
You can see a test where I am checking for type `PSObject` and then looking at the `PSTypeNames` collection [here](https://github.com/PowerShell/PowerShell/issues/9703). That approach aside, I think custom objects are very common...
IMHO, recommending 80 as the max line width is like recommending 1024x768 as the recommended desktop resolution. Widescreen monitors/screens = better support for longer lines, even with larger fonts. Plus,...